Minor ticket details sprucing little more padding on top ticket details and move subject to top with Ticket number

This commit is contained in:
johnnyq
2025-11-04 19:25:07 -05:00
parent df6d955261
commit d365f48192
2 changed files with 81 additions and 73 deletions

View File

@@ -23,7 +23,7 @@ ob_start();
?>
<div class="modal-header bg-dark">
<h5 class="modal-title"><i class="fa fa-fw fa-thermometer-half mr-2"></i>Editing ticket priority: <strong><?php echo "$ticket_prefix$ticket_number"; ?></strong> - <?php echo $client_name; ?></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-thermometer-half mr-2"></i>Editing priority: <strong><?php echo "$ticket_prefix$ticket_number"; ?></strong></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span>&times;</span>
</button>