Manage MARC overlay rules
[% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'invalid_tag_regexp' %]
Invalid regular expression "[% m.tag | html %]".
[% CASE 'invalid_control_field_actions' %]
Invalid combination of actions for tag [% m.tag | html %]. Control field rules do not allow "Appended: Append" and "Removed: Skip".
[% CASE %]
[% m.code | html %]
[% END %]
[% END %]
[% UNLESS Koha.Preference( 'MARCOverlayRules' ) %]
[% SET pref_MARCOverlayRules_link = 'MARCOverlayRules' %]
[% END %]
[% IF removeConfirm %]
Remove rule?
Are you sure you want to remove the selected rule(s)?