Updated Ticket Icons everywhere to a more suitable icon life-ring instead of a carnival ticket

This commit is contained in:
johnnyq
2022-10-01 15:00:48 -04:00
parent 3d09993d34
commit 7e9597d923
11 changed files with 12 additions and 12 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-ticket-alt"></i> Ticket <?php echo "$ticket_prefix$ticket_number"; ?> for <?php echo $client_name; ?></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-life-ring"></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>