The field could not be created. Perhaps the name already exists?
[% END %]
[% ELSIF message.code == 'update' %]
[% IF message.number > 0 %]
[% ELSE %]
The field could not be updated. Perhaps the name already exists?
[% END %]
[% ELSIF message.code == 'delete' %]
[% IF message.number > 0 %]
[% ELSE %]
The field could not be deleted. Check the log for errors.
[% END %]
[% END %]
[% END %]
[% END %]
[% IF op == 'list' %]
Additional fields for subscriptions
[% IF fields %]Name | Authorised value category | Marc field | Searchable | Actions |
---|---|---|---|---|
[% field.name | html %] | [% field.authorised_value_category | html %] | [% field.marcfield | html %] | [% IF field.searchable %]Yes[% ELSE %]No[% END %] | Edit Delete |