diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 9089cebc..e59b7882 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -660,7 +660,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?>
- +
@@ -923,71 +923,6 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?>
-
-
-

-
-
-

-
-
- '; - $mgr = $isManager ? '&isManager=1' : ''; - if ($isTicketClosed == 0 && $isClosable) // Ticket is still open - { - echo ' - ' . $hesklang['close_action'] . ''; - } elseif ($isTicketClosed == 1) { - echo ' - ' . $hesklang['open_action'] . ''; - } - - $strippedName = strip_tags($ticket['name']); - $strippedEmail = strip_tags($ticket['email']); - $linkText = 'new_ticket.php?name=' . $strippedName . '&email=' . $strippedEmail . '&catid=' . $category['id'] . '&priority=' . $ticket['priority']; - foreach ($hesk_settings['custom_fields'] as $k => $v) { - if ($v['use'] == 1) { - - if ($v['type'] == 'checkbox') { - $value = str_replace('
', '-CHECKBOX-', $ticket[$k]); - } else { - $value = $ticket[$k]; - } - $strippedCustomField = strip_tags($value); - $linkText .= '&c_' . $k . '=' . $strippedCustomField; - } - } - - echo ' - ' . $hesklang['create_based_on_contact'] . ' - '; - echo '
'; - ?> -
-
'; $options .= $dropdown;