View | Details | Raw Unified | Return to bug 10752
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 462-468 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
462
    <div class="dialog [% m.type %]">
462
    <div class="dialog [% m.type %]">
463
        [% SWITCH m.code %]
463
        [% SWITCH m.code %]
464
        [% CASE 'already_exists' %]
464
        [% CASE 'already_exists' %]
465
            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>)
465
            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>)
466
        [% CASE %]
466
        [% CASE %]
467
            [% m.code %]
467
            [% m.code %]
468
        [% END %]
468
        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +1 lines)
Lines 115-121 Link Here
115
                                <div class="alert alert-[% m.type %]">
115
                                <div class="alert alert-[% m.type %]">
116
                                    [% SWITCH m.code %]
116
                                    [% SWITCH m.code %]
117
                                    [% CASE 'already_exists' %]
117
                                    [% CASE 'already_exists' %]
118
                                        The suggestion has not been inserted. The same suggestion already exists.
118
                                        The suggestion has not been added. A suggestion with this title already exists.
119
                                    [% CASE 'success_on_inserted' %]
119
                                    [% CASE 'success_on_inserted' %]
120
                                        Your suggestion has been submitted.
120
                                        Your suggestion has been submitted.
121
                                    [% CASE %]
121
                                    [% CASE %]
122
- 

Return to bug 10752