@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -41,8 +41,8 @@
-

Your purchase suggestions

[% IF ( op_add ) %] +

Your purchase suggestions

[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]

You cannot place any more suggestions

You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.

@@ -261,7 +261,7 @@ [% END # IF op_add %] [% IF ( op_else ) %] -

+

[% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %] Purchase suggestions [% ELSE %] @@ -271,7 +271,7 @@ Purchase suggestions [% END %] [% END %] -

+ [% FOR m IN messages %]
[% SWITCH m.code %] --