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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 716-722 Link Here
716
                            [% SWITCH m.code %]
716
                            [% SWITCH m.code %]
717
                            [% CASE 'already_exists' %]
717
                            [% CASE 'already_exists' %]
718
                                <span
718
                                <span
719
                                    >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
719
                                    >The suggestion has not been added. A suggestion with this title already exists (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | uri %]&op=show">suggestion #[% m.id | html %]</a
720
                                    >)</span
720
                                    >)</span
721
                                >
721
                                >
722
                            [% CASE 'biblio_exists' %]
722
                            [% CASE 'biblio_exists' %]
723
- 

Return to bug 38664