[% INCLUDE 'doc-head-open.inc' %] Koha › Administration ›[% IF ( add_form ) %][% IF ( use_heading_flags_p ) %][% IF ( heading_edit_subfields_p ) %] MARC subfield structure › Edit MARC subfields constraints[% END %][% ELSE %] MARC subfield structure › [% action %][% END %][% END %] [% IF ( delete_confirm ) %] MARC subfield structure › Confirm deletion of subfield [% tagsubfield %][% END %][% IF ( delete_confirmed ) %] MARC subfield structure › Subfield deleted[% END %][% IF ( else ) %]MARC subfield structure[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( add_form ) %]

[% IF ( use_heading_flags_p ) %] [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield %] Subfield constraints[% END %] [% ELSE %] [% action %] [% END %]

[% FOREACH loo IN loop %]
[% IF ( loo.new_subfield ) %]Add new subfield[% ELSE %]Basic constraints[% END %]
    [% IF ( subfieldcode == 0 || subfieldcode ) %]
  1. Subfield code: [% loo.subfieldcode %]
  2. [% ELSE %]
  3. [% END %]
  4. [% loo.repeatable %]
  5. [% loo.mandatory %]
  6. [% loo.tab %] (ignore means that the subfield does not display in the record editor)
Display more constraints
[% END %]
[% END %] [% IF ( delete_confirm ) %]

Confirm deletion of subfield [% tagsubfield %]?

Subfield: [% tagsubfield %]

Description: [% liblibrarian %]

[% END %] [% IF ( delete_confirmed ) %]

Data deleted

[% END %] [% IF ( else ) %]

MARC subfield structure admin for [% tagfield %] [% IF ( frameworkcode ) %](framework [% frameworkcode %])[% ELSE %](default framework)[% END %]

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. Koha can manage a MARC interface, or a Koha interface. This link ensures that both DB are synchronized, thus you can change from a MARC to a Koha interface easily.

[% FOREACH loo IN loop %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
Subfield Text Constraints Edit Delete
[% loo.tagsubfield %] [% IF ( loo.subfield_ignored ) %] [% loo.liblibrarian %] [% ELSE %] [% loo.liblibrarian %] [% END %] [% IF ( loo.subfield_ignored ) %] subfield ignored [% ELSE %] Tab:[% loo.tab %], [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield %], [% END %] [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %] [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %] [% IF ( loo.seealso ) %] | See Also: [% loo.seealso %],[% END %] [% IF ( loo.hidden ) %]hidden,[% END %] [% IF ( loo.isurl ) %]is a url,[% END %] [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value %],[% END %] [% IF ( loo.authtypecode ) %] | Authority:[% loo.authtypecode %],[% END %] [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder %],[% END %] [% IF ( loo.link ) %] | Link:[% loo.link %],[% END %] [% END %] Edit Delete
Cancel
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]