From bd2f0a788201b843d3753a5d766c99a1a2a229dc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Jan 2013 11:00:13 -0500 Subject: [PATCH] Bug 9443 - Use DataTables on MARC frameworks administration page Replace the tablesorter plugin with the DataTables plugin on the MARC frameworks administration page. To test, open the MARC frameworks dministration page (Administration -> MARC bibliographic framework -> MARC structure). Confirm that table sorting works correctly. Signed-off-by: Jonathan Druart Amended patch: Add the "All" entry. --- .../prog/en/modules/admin/marctagstructure.tt | 21 +++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index d0f0132..2d978a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -5,14 +5,10 @@ [% IF ( delete_confirmed ) %]MARC frameworks › Data deleted[% END %] [% IF ( else ) %]MARC frameworks[% END %] [% INCLUDE 'doc-head-close.inc' %] - - - + + +[% INCLUDE 'datatables-strings.inc' %] + @@ -158,7 +162,6 @@ $(document).ready(function() {
-[% INCLUDE 'table-pager.inc' perpage='20' %]
-- 1.7.10.4