From bae99e2ce1e04e8c1f921b549e1b4d26fe9aaf24 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 14:21:49 -0500 Subject: [PATCH] Bug 9467 - Use DataTables on catalog by item type report page Replace the tablesorter plugin with the DataTables plugin on the catalog by item type report page. To test, run the catalog by item type report (Reports -> Catalog by item type). Confirm that table sorting works correctly. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/reports/itemtypes.tt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt index 6a30dc9..e18ad3e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt @@ -1,14 +1,22 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Catalog by item types [% INCLUDE 'doc-head-close.inc' %] - +[% IF ( do_it ) %] + + +[% INCLUDE 'datatables-strings.inc' %] + +[% END %] [% INCLUDE 'header.inc' %] -- 1.7.10.4