From 6a8283200fb14a936bf0551475a5da9f7cd81921 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 21 Aug 2021 01:06:29 -0400 Subject: [PATCH] Added More red text to delete and cancel dropdown options Some UI Cleanup in ticket details --- client.php | 2 +- invoice.php | 2 +- quote.php | 2 +- recurring_invoice.php | 2 +- ticket.php | 26 ++++++++++++++++---------- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/client.php b/client.php index 84c25aed..cbbee250 100644 --- a/client.php +++ b/client.php @@ -201,7 +201,7 @@ if(isset($_GET['client_id'])){ Edit - Delete + Delete diff --git a/invoice.php b/invoice.php index c454b69b..e19ff75b 100644 --- a/invoice.php +++ b/invoice.php @@ -162,7 +162,7 @@ if(isset($_GET['invoice_id'])){ ">Guest URL - Cancel + Cancel diff --git a/quote.php b/quote.php index 08784688..4e553bd1 100644 --- a/quote.php +++ b/quote.php @@ -142,7 +142,7 @@ if(isset($_GET['quote_id'])){ ">Guest URL - Delete + Delete diff --git a/recurring_invoice.php b/recurring_invoice.php index d565d98a..eb71b93b 100644 --- a/recurring_invoice.php +++ b/recurring_invoice.php @@ -107,7 +107,7 @@ if(isset($_GET['recurring_id'])){ Force Send - Delete + Delete diff --git a/ticket.php b/ticket.php index 23de836a..e8131b7d 100644 --- a/ticket.php +++ b/ticket.php @@ -118,7 +118,7 @@ if(isset($_GET['ticket_id'])){ @@ -176,6 +176,16 @@ if(isset($_GET['ticket_id'])){ + +
+ Close Ticket +
+ + @@ -195,10 +205,14 @@ if(isset($_GET['ticket_id'])){ ?>
+
+ + +

- - - Close Ticket - -