Browse Source

Bug 10752: (QA followup) rephrase erorr messages a little

Rephrased error messages a little and changed the link to
look like it does on other pages, for example when looking
at an order created from a suggestion.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

http://bugs.koha-community.org/show_bug.cgi?id=10752
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.20.x
Katrin Fischer 9 years ago
committed by Tomas Cohen Arazi
parent
commit
709913992e
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
  2. 2
      koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

@ -462,7 +462,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
<div class="dialog [% m.type %]">
[% SWITCH m.code %]
[% CASE 'already_exists' %]
The suggestion has not been inserted. The same suggestion already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id %]&op=show'>see the suggestion</a>)
The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id %]&op=show'>suggestion #[% m.id %]</a>)
[% CASE %]
[% m.code %]
[% END %]

2
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

@ -115,7 +115,7 @@
<div class="alert alert-[% m.type %]">
[% SWITCH m.code %]
[% CASE 'already_exists' %]
The suggestion has not been inserted. The same suggestion already exists.
The suggestion has not been added. A suggestion with this title already exists.
[% CASE 'success_on_inserted' %]
Your suggestion has been submitted.
[% CASE %]

Loading…
Cancel
Save