diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 24642b84..317c8df3 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -695,6 +695,13 @@ if($ticket['email'] != '') { /* Print admin navigation */ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?> +
@@ -881,6 +888,10 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); if ($ticket['locked']) { echo ' '; + } + if (isset($ticket['user_agent']) && $ticket['user_agent'] !== NULL) + { + } if ($modsForHesk_settings['request_location']) {