@@ -, +, @@ - Table should be sorted by default on Koha field. - Sorting and filtering should work correctly. --- .../prog/en/modules/admin/koha2marclinks.tt | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt @@ -2,13 +2,14 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Koha to MARC mapping [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] - +
@@ -39,10 +40,10 @@ [% loo.tagfield %] [% loo.tagsubfield %] [% loo.liblibrarian %] - + [% IF !loo.readonly %] - Add - [% IF loo.tagfield %] Remove [% END %] + Add + [% IF loo.tagfield %] Remove [% END %] [% END %] @@ -66,6 +67,7 @@
[% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] --