From 37782e787d8b91337e944f4cee30f48b18f23363 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 19 Jan 2013 20:13:33 -0500 Subject: [PATCH] Bug 9437 [Revised] Use DataTables on itemtypes administration page Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin on the itemtypes administration page. To test, open the itemtypes administration page (Administration -> Item types). Confirm that table sorting works correctly. Revision corrects template path to datatables assets. --- .../prog/en/modules/admin/itemtypes.tt | 23 ++++++++++---------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 7b6000c..0a0bde9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -18,16 +18,10 @@ Data deleted [% END %] [% INCLUDE 'doc-head-close.inc' %] - - - + + +[% INCLUDE 'datatables-strings.inc' %] + @@ -273,7 +275,6 @@ Item types administration [% IF ( else ) %]

Item types administration

[% IF ( loop ) %]
-[% INCLUDE 'table-pager.inc' perpage='10' %]
-- 1.7.9.5