From f0086c884438b4ed150719d7c57d4a0faa95aec8 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 24 Aug 2024 18:55:54 -0400 Subject: [PATCH] More Ticket Details UI/UX use btn-toolbar class instead of btn-group for the header action button this allows padding and rounding of both edges of the button, decreased the bottom padding of the ticket reply card, updated the billable status --- ticket.php | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/ticket.php b/ticket.php index f0685b8d..e270048e 100644 --- a/ticket.php +++ b/ticket.php @@ -350,35 +350,35 @@ if (isset($_GET['ticket_id'])) { -
-
+
+
- - Invoice - + + Invoice + - - - Reopen - -   - + + + Reopen + +   + - - - Resolve - - + + + Resolve + + - - - Close - - + + + Close + +
- Billable: + Ticket is Yes"; + echo "Billable"; } else { - echo "No"; + echo "Not Billable"; } ?> @@ -575,7 +575,7 @@ if (isset($_GET['ticket_id'])) { -
+