@@ -, +, @@ - Choose an existing tag from the list and click 'Edit.' - The line labeled "Tag" should display the tag as text. - Making a change to any of the tag's details should work correctly. - Return to the list of the MARC framework's tags. - Click 'New tag.' - The line labeled "Tag" should display a blank form field. - Create a new tag and confirm that it saves correctly. --- .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -64,7 +64,18 @@ $(document).ready(function() {
[% IF ( use_heading_flags_p ) %][% IF ( heading_modify_tag_p ) %]Modify tag [% searchfield %][% END %][% IF ( heading_add_tag_p ) %]Add tag[% END %][% ELSE %][% action %][% END %] -
  1. Required
  2. +
      +
    1. + [% IF ( heading_modify_tag_p ) %] + + Tag: + [% searchfield %] + [% ELSE %] + + + Required + [% END %] +
    2. --