From 7d05394ff2b27f7e08e41b908b445a33414edc0e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Feb 2014 15:29:06 -0500 Subject: [PATCH] Bug 11740 - Use new DataTables include in quotes upload template Bug 10649 introduced a new include file for adding DataTables-related JavaScript assets. This patch adds use of this include file to the quotes upload page. To test you need a CSV file of quotes to upload ( "source","text" ). Go to Tools -> Quote editor and click the "Import quotes" button. Upload the CSV file and confirm that the table which previews the import results loads correctly. Sorting is not enabled, but pagination and searching should work. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart No regression found. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt index 2dc4af9d61..49cae8ed90 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -2,12 +2,9 @@ Koha › Tools › Quote uploader [% INCLUDE 'doc-head-close.inc' %] - - - [% INCLUDE 'datatables-strings.inc' %] - - + + [% INCLUDE 'datatables.inc' %]