Lines 336-342
Link Here
|
336 |
|
336 |
|
337 |
[% IF op == 'save' %] |
337 |
[% IF op == 'save' %] |
338 |
[% FOR m IN messages %] |
338 |
[% FOR m IN messages %] |
339 |
<div class="dialog [% m.type | html %]"> |
339 |
<div class="alert alert-[% m.type | html %]"> |
340 |
[% SWITCH m.code %] |
340 |
[% SWITCH m.code %] |
341 |
[% CASE 'biblio_exists' %] |
341 |
[% CASE 'biblio_exists' %] |
342 |
<span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span> |
342 |
<span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span> |
Lines 681-687
Link Here
|
681 |
[% END %] |
681 |
[% END %] |
682 |
|
682 |
|
683 |
[% FOR m IN messages %] |
683 |
[% FOR m IN messages %] |
684 |
<div class="dialog [% m.type | html %]"> |
684 |
<div class="alert alert-[% m.type | html %]"> |
685 |
[% SWITCH m.code %] |
685 |
[% SWITCH m.code %] |
686 |
[% CASE 'already_exists' %] |
686 |
[% CASE 'already_exists' %] |
687 |
<span>The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | html %]&op=show'>suggestion #[% m.id | html %]</a>)</span> |
687 |
<span>The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | html %]&op=show'>suggestion #[% m.id | html %]</a>)</span> |