From 7b0df1f56da3920fad92004caf66164913def6c9 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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.9.5