[% IF ( use_heading_flags_p ) %] [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield | html %] authority [% authtypecode | html %][% END %] [% ELSE %][% action | html %][% END %]
You can drag and drop the subfield tabs to change the order.
[% END %]
[% IF ( delete_confirm ) %]
Confirm deletion of subfield '[% ass.tagsubfield | html %]'?
Authority MARC subfield structure admin for [% tagfield | html %] (authority: [% authtypecode | html %])
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.
Subfield | Description | Constraints | |
---|---|---|---|
[% loo.tagsubfield | html %] | [% IF loo.tab == -1 %] [% loo.liblibrarian | html_entity %] [% ELSE %] [% loo.liblibrarian | html_entity %] [% END %] | [% IF loo.subfield_ignored == -1 %] subfield ignored [% ELSE %] Tab:[% loo.tab | html %], [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %] [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable, [% END %] [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory, [% END %] [% IF ( loo.hidden ) %]hidden, [% END %] [% IF ( loo.isurl ) %]is a URL, [% END %] [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %], [% END %] [% IF ( loo.frameworkcode ) %] | Authority:[% loo.frameworkcode | html %], [% END %] [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder | html %],[% END %] [% END %] | Edit Delete |