From 255bc7fd8230df45d27f7636ad51e00c9d92c8ff 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 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. --- .../prog/en/modules/admin/itemtypes.tt | 22 ++++++++++---------- 1 file changed, 11 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..926a0e6 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 +292,6 @@ Item types administration [% IF ( else ) %]

Item types administration

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