From dc3e318f65726960d9806c501b607f08e2d77d4e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 14:09:13 -0500 Subject: [PATCH] Bug 9466 - Use DataTables on saved reports page Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin on the saved reports page. To test, open the saved reports page (Reports > Use saved). Confirm that table sorting works correctly. --- .../en/modules/reports/guided_reports_start.tt | 40 ++++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index c055b2b..3d16c02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -19,10 +19,17 @@ - - +[% IF ( saved1 ) %] + + +[% INCLUDE 'datatables-strings.inc' %] + +[% END %]