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'] . ' +  
'; } ?>