@@ -, +, @@ page for authorities - From the 'Actions' menu, select 'MARC structure.' - From the 'Actions' menu, select the 'Subfields' link for a tag with multiple subfields. - On the page showing all the subfields for the tag, confirm that the table is sorted by default by subfield and that sorting works correctly. - Confirm that the search form at the top of the table works. --- .../en/modules/admin/auth_subfields_structure.tt | 31 +++++++++++++++------- 1 file changed, 21 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -263,13 +263,16 @@

This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.

The column 'Koha field' shows that the subfield is linked with a Koha field.

- - - - - - - +
SubfieldTextConstraints 
+ + + + + + + + + [% FOREACH loo IN loop %] @@ -304,6 +307,7 @@ [% END %] +
SubfieldTextConstraints 
[% loo.tagsubfield | html %] Delete
@@ -337,11 +341,18 @@ [% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] --