From 3c0b1f622545d56896c9e420947bac0fb9dcf213 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 14:35:03 -0500 Subject: [PATCH] Bug 9469 - Use Datatables in serials statistics wizard MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replace the tablesorter plugin with the DataTables plugin on the serials staitsics wizard report. To test, run the serials statistics wizard (Reports -> Serials). Confirm that table sorting works correctly. Signed-off-by: Frédéric Demians Works with DataTables as it used to work with tablesorter. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/reports/serials_stats.tt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt index 65f662f530..47baf2ccb0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt @@ -4,13 +4,18 @@ - - +[% INCLUDE 'datatables-strings.inc' %] + + -- 2.39.2