diff --git a/admin/find_tickets.php b/admin/find_tickets.php index 56b4def1..c10c6e55 100644 --- a/admin/find_tickets.php +++ b/admin/find_tickets.php @@ -13,7 +13,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); -define('PAGE_TITLE', 'ADMIN_HOME'); +define('PAGE_TITLE', 'ADMIN_TICKET'); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); diff --git a/admin/show_tickets.php b/admin/show_tickets.php index 52b3a69d..a326a9fd 100644 --- a/admin/show_tickets.php +++ b/admin/show_tickets.php @@ -13,7 +13,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); -define('PAGE_TITLE', 'ADMIN_HOME'); +define('PAGE_TITLE', 'ADMIN_TICKET'); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); diff --git a/css/mods-for-hesk-new.css b/css/mods-for-hesk-new.css index 9ae27fa4..be48841b 100644 --- a/css/mods-for-hesk-new.css +++ b/css/mods-for-hesk-new.css @@ -204,4 +204,8 @@ button.dropdown-submit { .full-width { width: 100%; +} + +.dropdown-title { + padding: 3px 20px; } \ No newline at end of file diff --git a/inc/show_admin_nav.inc.php b/inc/show_admin_nav.inc.php index cc4a1182..01bb4412 100644 --- a/inc/show_admin_nav.inc.php +++ b/inc/show_admin_nav.inc.php @@ -24,7 +24,7 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes @@ -37,12 +37,85 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes @@ -149,8 +222,197 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes -
  • - +
  • @@ -162,301 +424,4 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes -
    \ No newline at end of file diff --git a/language/en/text.php b/language/en/text.php index 0f97ece8..d4675d82 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -50,7 +50,6 @@ $hesklang['you_have_x_messages'] = 'You have %s new %s'; // %s: Number of new me $hesklang['message_lower_case'] = 'message'; $hesklang['messages_lower_case'] = 'messages'; $hesklang['deleted_user_title_case'] = 'Deleted User'; -$hesklang['main_navigation_uppercase'] = 'MAIN NAVIGATION'; $hesklang['x_system_warnings'] = '%s System %s'; // %s: Number of warnings, $s: "Warning" or "Warnings", depending on # $hesklang['warnings_title_case'] = 'Warnings'; $hesklang['articles_in_category_x'] = 'Articles in Category %s'; // %s: category name @@ -94,6 +93,8 @@ $hesklang['manage_custom_fields'] = 'Manage Custom Fields'; $hesklang['value'] = 'Value'; $hesklang['readonly'] = 'Readonly'; $hesklang['copy_ticket'] = 'Copy Ticket'; +$hesklang['canned_responses_dropdown_title'] = 'Canned Responses'; +$hesklang['helpdesk_settings'] = 'Helpdesk Settings'; // ADDED OR MODIFIED IN Mods for HESK 2.6.0 $hesklang['search_logs'] = 'Search Logs';