diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index ac928015..cf7e9e73 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -695,9 +695,6 @@ if($ticket['email'] != '') { /* Print admin navigation */ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?> -
@@ -885,12 +882,56 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); { echo ' '; } - if (isset($ticket['user_agent']) && $ticket['user_agent'] !== NULL) - { - $tooltipText = $hesklang['ticket_submitted_using']; - echo ''; - echo ''; - } + if ($ticket['user_agent'] !== NULL + && $ticket['screen_resolution_height'] !== NULL + && $ticket['screen_resolution_width'] !== NULL): + ?> + + + + +