From f6af0b4386ee7a92494b68ca026484febf568df8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 Jan 2013 13:00:49 -0500 Subject: [PATCH] Bug 9428 [Revised] Use DataTables in Authority MARC frameworks page Replace the tablesorter plugin with the DataTables plugin on the Authority MARC frameworks page. To test, open the Authority MARC frameworks page (Authority types -> MARC structure). Confirm that table sorting works correctly. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Signed-off-by: Jonathan Druart Amended patch: Add the aLengthMenu key for DataTables Signed-off-by: Jared Camins-Esakov --- .../en/modules/admin/auth_tag_structure.tt | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt index 771174a6e9..d35d37e9a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -4,16 +4,24 @@ [% IF ( heading_add_tag_p ) %]› [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] › New tag[% END %] [% ELSE %]› [% action %][% END %][% END %][% IF ( delete_confirm ) %]› [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] › Confirm deletion[% END %][% IF ( delete_confirmed ) %]› [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] › Data deleted[% END %] [% INCLUDE 'doc-head-close.inc' %] - - - + + + +[% INCLUDE 'datatables-strings.inc' %] +