[% PROCESS 'i18n.inc' %]
[% USE raw %]
[% USE Asset %]
[% USE Branches %]
[% USE AuthorisedValues %]
[% USE KohaDates %]
[% USE Price %]
[% USE ColumnsSettings %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Acquisitions ›
[% IF ( op_save ) %]
[% IF ( suggestionid ) %]
Suggestions › Edit suggestion #[% suggestionid | html %]
[% ELSE %]
Suggestions › Add suggestion
[% END %]
[% ELSIF ( op == 'show' ) %]
Suggestions › Show suggestion #[% suggestionid | html %]
[% ELSE %]
Suggestions management
[% END %]
[% INCLUDE 'doc-head-close.inc' %]
[% IF ( op_else ) %]
[% END %]
[% IF ( op_else ) %]
[% END %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'cat-search.inc' %]
Home › Acquisitions ›
[% IF ( op_save ) %]
[% IF ( suggestionid ) %]
Suggestions › Edit suggestion #[% suggestionid | html %]
[% ELSE %]
Suggestions › Add suggestion
[% END %]
[% ELSIF ( op == 'show' ) %]
Suggestions › Show suggestion #[% suggestionid | html %]
[% ELSE %]
Suggestions management
[% END %]
[% END %]
[% IF ( op_save ) %]
[% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'biblio_exists' %]
A similar document already exists: [% m.title | html %]. Click on "Confirm your suggestion" to ignore this message.
[% CASE %]
[% m.code | html %]
[% END %]
[% SWITCH m.code %]
[% CASE 'already_exists' %]
The suggestion has not been added. A suggestion with this title already exists (suggestion #[% m.id | html %])
[% CASE 'biblio_exists' %]
A similar document already exists: [% m.title | html %]. Click on "Confirm your suggestion" to ignore this message.
[% CASE %]
[% m.code | html %]
[% END %]