From 0202ab1c9967b94d2293b9e852c7436d16a45fd6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 19 Jan 2013 20:13:33 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9437 [Revised] 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. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Sorting works. No errors. --- .../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