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:
johnnyq
2025-02-25 18:16:03 -05:00
parent f23afdd85c
commit 55ebe70808
5 changed files with 88 additions and 30 deletions

View File

@@ -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>&times;</span>
</button>