From a237e4621b9307c8637e2cba2ab99ebbac9a4f53 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 19 Jan 2013 20:13:33 -0500 Subject: [PATCH] Bug 9437 - Use DataTables on itemtypes administration page 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. Signed-off-by: Jonathan Druart Amended patch: Add the "All" entry. --- .../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 30a3a85..eeecc81 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' %] + @@ -291,7 +293,6 @@ Item types administration [% IF ( else ) %]

Item types administration

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