From 34093b50f94b21da86a2d76925d7bfc19bb58451 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 20 Aug 2021 23:37:27 -0400 Subject: [PATCH] Initial support for ticket status changes and emailing client ticket updates --- add_ticket_modal.php | 12 +++++++++++- edit_ticket_modal.php | 12 +++++++++++- ticket.php | 38 ++++++++++++++++++++++++++++++++++++-- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/add_ticket_modal.php b/add_ticket_modal.php index 62ed47ea..098d67c3 100644 --- a/add_ticket_modal.php +++ b/add_ticket_modal.php @@ -84,9 +84,19 @@ + + + +
+
+ + +
+
+ +
-
diff --git a/edit_ticket_modal.php b/edit_ticket_modal.php index 0602e65a..1b584592 100644 --- a/edit_ticket_modal.php +++ b/edit_ticket_modal.php @@ -59,8 +59,18 @@ + + +
+
+ + +
+
+ + +
-
diff --git a/ticket.php b/ticket.php index 68bf557e..7d28e940 100644 --- a/ticket.php +++ b/ticket.php @@ -123,8 +123,42 @@ if(isset($_GET['ticket_id'])){
- - +
+
+
+
+
+ +
+ +
+
+
+ + + +
+
+
+ + +
+
+
+ + + +
+ +
+ +
+