From 40babe1a10b2a7bbe0bbcf06a0aab42c732f8751 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 14 Feb 2017 01:12:43 +0000 Subject: [PATCH] Bug 14854: Add DataTables on upload results table This patch adds datatables to the upload results table. Tools -> Upload To test: 1) Go to Tools -> Upload 2) Put any search term in search box, click Search 3) Confirm table shows as datatable and sorting works on all columns EXCEPT Actions Sponsored-by: Catalyst IT Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/modules/tools/upload.tt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt index 45c6b7972c..5b61b6bcbf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt @@ -6,6 +6,7 @@ Koha › Tools › Upload [% END %] [% INCLUDE 'doc-head-close.inc' %] + [% BLOCK plugin_pars %] [% IF plugin %] @@ -147,7 +148,7 @@ [% END %] [% BLOCK table_results %] - +
@@ -156,7 +157,7 @@ [% IF !plugin %][% END %] [% IF !plugin %][% END %] - + @@ -185,6 +186,7 @@
FilenameCategoryPublicTemporaryActionsActions
[% END %] +[% INCLUDE 'datatables.inc' %]