mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 06:45:40 +00:00
Add Vendor Details Popup, works with Domain Vendors right now, Added fallBack function when no text is present use a placeholder
This commit is contained in:
@@ -7,7 +7,7 @@ $category = nullable_htmlentities($_GET['category']);
|
||||
?>
|
||||
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-list-ul mr-2"></i>New <?php echo $category; ?> Category</h5>
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-list-ul mr-2"></i>New Category</h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span>×</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user