From 592041087ca5c276c390cd7c0fadc18de838b5b0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 9 Nov 2021 14:08:51 -0500 Subject: [PATCH] Updated Ticket Details UI using the media Class and to include User avatar for Ticket replies and reducing the padding under ticket content and ticket replies by removing the

tag. Moved Edit and Delete for ticket replies to a elipsis using the card-tools class --- ticket.php | 54 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/ticket.php b/ticket.php index b40b999d..8c8be653 100644 --- a/ticket.php +++ b/ticket.php @@ -112,11 +112,11 @@ if(isset($_GET['ticket_id'])){

-
-
+
+

-

+
@@ -182,19 +182,51 @@ if(isset($_GET['ticket_id'])){ $ticket_reply_created_at = $row['ticket_reply_created_at']; $ticket_reply_by = $row['ticket_reply_by']; $ticket_reply_by_display = $row['user_name']; + $user_id = $row['user_id']; + $user_avatar = $row['user_avatar']; + $user_initials = initials($user_name); ?>
-
- - + +
+

+
+ + " alt="User Avatar" class="img-size-50 mr-3 img-circle"> + + + + + + + +
+ +
+ +
+
+

+ +
+ +
+
-

-
-