@@ -, +, @@ removed --- .../prog/en/includes/datatables-strings.inc | 19 ------------------- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 2 +- .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 2 +- 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc --- a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc @@ -1,19 +0,0 @@ - --- a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js @@ -1,6 +1,6 @@ // These default options are for translation but can be used // for any other datatables settings -// MSG_DT_* variables comes from datatables-strings.inc +// MSG_DT_* variables comes from datatables.inc // To use it, write: // $("#table_id").dataTable($.extend(true, {}, dataTableDefaults, { // // other settings --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -11,7 +11,7 @@ var MSG_ID_HELP = _("Click on the quote's id to select or deselect the quote. Multiple quotes may be selected."); var oTable; /* oTable needs to be global */ - var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables-strings.inc */ + var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables.inc */ $(document).ready(function() { /* NOTE: This is an ajax-source datatable and *not* a server-side sourced datatable. */ /* See the datatable docs if you don't understand this difference. */ --