From e2bb0ce7450152bd2ed1077af15cb8a8b290a535 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 --- .../prog/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 0ef4e06..6e10b5f 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' %] +