UI updates mainly icon swaps etc

This commit is contained in:
johnnyq
2022-02-22 14:41:48 -05:00
parent a724807782
commit 3b615d2f3a
17 changed files with 60 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content bg-dark">
<div class="modal-header">
<h5 class="modal-title"><i class="fa fa-fw fa-tag"></i> Ticket <?php echo "$ticket_prefix$ticket_number"; ?> for <?php echo $client_name; ?></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-ticket-alt"></i> Ticket <?php echo "$ticket_prefix$ticket_number"; ?> for <?php echo $client_name; ?></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span>&times;</span>
</button>