diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 381bb0d1..cceb1a76 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -866,7 +866,6 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?>
- :
diff --git a/js/nuMods-javascript.js b/js/nuMods-javascript.js index f8100465..b3dc615c 100644 --- a/js/nuMods-javascript.js +++ b/js/nuMods-javascript.js @@ -61,4 +61,12 @@ function toggleNote(noteId, showForm) { } } +function addFileDialog(id, divId) { + + var nextId = +($('#'+id).text()); + $('#'+divId).append(''); + $('#'+id).text(nextId+1); + +} + jQuery(document).ready(loadJquery); diff --git a/language/en/text.php b/language/en/text.php index cf3b6aca..6878f536 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -31,6 +31,7 @@ $hesklang['can_change_notification_settings'] = 'Can change notification setting $hesklang['note_edit_successful'] = 'Note edited'; $hesklang['note_last_edit'] = 'Note last edited on: %s'; // %s: timestamp of last edit $hesklang['total_number_of_edits'] = 'Total number of edits: %s'; // %s: total number of edits +$hesklang['add_row'] = 'Add row'; // ADDED OR MODIFIED IN NuMods 1.5.0 $hesklang['ticket_auto_refresh'] = 'Ticket Table Auto-Refresh:';