diff --git a/admin/admin_main.php b/admin/admin_main.php index c6a2feb9..7b64d160 100644 --- a/admin/admin_main.php +++ b/admin/admin_main.php @@ -70,7 +70,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); echo '
-

' . $hesklang['open_tickets'] . ' ' . $hesklang['nti'] . '

+

' . $hesklang['open_tickets'] . ' ' . $hesklang['nti'] . '

'; // The rest of the panel will be printed by print_tickets.inc.php } diff --git a/admin/find_tickets.php b/admin/find_tickets.php index e9b00417..1925092e 100644 --- a/admin/find_tickets.php +++ b/admin/find_tickets.php @@ -68,7 +68,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');

+ class="btn btn-success">

New ticket

+ class="glyphicon glyphicon-plus-sign">
*.'; +$hesklang['quick_help_submit_ticket']='Please fill out the form on the right to submit a ticket. Required fields are marked with a *.'; $hesklang['quick_help_view_ticket']='Please fill out the required information on the right to view your ticket. If you forgot your Ticket tracking ID, click "Forgot tracking ID".'; $hesklang['information']='Information'; $hesklang['admin_sidebar_ticket_id']='TICKET ID'; @@ -399,7 +399,7 @@ $hesklang['statusChange']=' - - Change Status - - '; $hesklang['ownerChange']=' - - Change Owner - - '; $hesklang['categoryChange']=' - - Change Category - - '; $hesklang['navigation']='Navigation'; -$hesklang['nti']=' New ticket'; +$hesklang['nti']='New ticket'; $hesklang['savedResponses']='Saved Responses'; $hesklang['add_ticket_general_information']='General Information'; $hesklang['add_ticket_your_message']='Your Message';