From 44ab6fc1e9bbb55ce6e43ef1a63c4ec1ed488585 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 3 Apr 2017 13:07:47 -0400 Subject: [PATCH] Start moving the 'more' section to a modal --- admin/admin_ticket.php | 233 ++++++++++++++++++++--------------------- 1 file changed, 115 insertions(+), 118 deletions(-) diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 4446c39e..382f1e19 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -1299,10 +1299,20 @@ function hesk_getAdminButtons($category_id) $dropdown = '
- -
'; + $dropdown .= ' '; $options .= $dropdown; /* Return generated HTML */ @@ -2126,51 +2138,36 @@ function hesk_printCanned() } // End hesk_printCanned() -function buildUserAgentModal($user_agent, $width, $height) { +function buildUserAgentBody($user_agent, $width, $height) { global $hesklang; echo ' - '; + + + + + + + + + + + + + + + + + + + +
' . $hesklang['operating_system'] . ' +  
' . $hesklang['browser'] . ' 
' . $hesklang['screen_resolution'] . ' +  
'; } ?>