@@ -, +, @@ consistent MARC view - Pick an authority type to edit, for instance PERSO_NAME, and choose 'MARC structure' from the Actions menu. - Pick a tag to edit and select "Subfields" from the Actions menu. - In the table of subfields for that tag, each subfield in the first column should link to the edit interface for that subfield (its tab pre-selected). - The "Edit" button in that table should do the same. --- .../prog/en/modules/admin/auth_subfields_structure.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 @@ -272,7 +272,9 @@ [% FOREACH loo IN loop %] - [% loo.tagsubfield | html %] + + [% loo.tagsubfield | html %] + [% IF ( loo.subfield_ignored ) %] [% loo.liblibrarian | html_entity %] @@ -301,7 +303,10 @@ [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder | html %],[% END %] [% END %] - Delete + + Edit + Delete + [% END %] --