diff --git a/ticket.php b/ticket.php index 6f47a145..195828b1 100644 --- a/ticket.php +++ b/ticket.php @@ -635,37 +635,36 @@ if (isset($_GET['ticket_id'])) { if ($ticket_status !== "Closed" || mysqli_num_rows($sql_ticket_watchers) > 0) { ?> -
-
Watchers
+
+
Watchers
- - - - - -
- - - - - - -
+ + + -
+ // Get Watchers + while ($ticket_watcher_row = mysqli_fetch_array($sql_ticket_watchers)) { + $watcher_id = intval($ticket_watcher_row['watcher_id']); + $ticket_watcher_email = nullable_htmlentities($ticket_watcher_row['watcher_email']); + ?> +
+ + + + + + +
+ + +
+ +
Details
@@ -728,6 +727,7 @@ if (isset($_GET['ticket_id'])) {
+
Asset
@@ -831,6 +831,7 @@ if (isset($_GET['ticket_id'])) {
+
Vendor
@@ -879,6 +880,8 @@ if (isset($_GET['ticket_id'])) {
+ +
@@ -910,7 +913,10 @@ if (isset($_GET['ticket_id'])) {
+ + +
@@ -925,10 +931,9 @@ if (isset($_GET['ticket_id'])) {
- + - - +