From 8555b032feef073493fd9816b1cb3c0c5a093d43 Mon Sep 17 00:00:00 2001 From: "AFTECH.RO" <38830718+aftechro@users.noreply.github.com> Date: Sun, 27 Mar 2022 23:32:11 +0100 Subject: [PATCH] Updated ticket.php small UI changes, as well added close ticket to contact @wrongecho or @johnnyq please have a look at the close button functionality, so the contacts can close the ticket too --- portal/ticket.php | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/portal/ticket.php b/portal/ticket.php index e2104bdf..89d04fea 100644 --- a/portal/ticket.php +++ b/portal/ticket.php @@ -20,13 +20,41 @@ if(isset($_GET['id']) && intval($_GET['id'])) { if ($ticket) { ?> + + + + + + + +
-

+

Subject:

@@ -34,10 +62,14 @@ if(isset($_GET['id']) && intval($_GET['id'])) {
Priority:

- + Issue:
+ + + + @@ -149,4 +181,4 @@ else{ header("Location: index.php"); } -require_once("portal_footer.php"); \ No newline at end of file +require_once("portal_footer.php");