More UI / Icons / Wording work on the pop up modals

This commit is contained in:
johnnyq
2023-01-12 23:39:02 -05:00
parent 0ffe1b9c75
commit df9182cd78
53 changed files with 182 additions and 180 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog">
<div class="modal-content bg-dark">
<div class="modal-header">
<h5 class="modal-title"><i class="fa fa-fw fa-building"></i> <?php echo $vendor_name; ?></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-building"></i> Editing vendor: <strong><?php echo $vendor_name; ?></strong></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span>&times;</span>
</button>