From c8a879a9e40afa41e343a682368bfe0e1eb8e740 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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 65f662f..47baf2c 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' %] + + -- 1.7.9.5