@@ -, +, @@ --- .../en/modules/members/purchase-suggestions.tt | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt @@ -43,9 +43,7 @@

Purchase suggestions

- + New purchase suggestion
@@ -62,7 +60,15 @@ [% FOREACH s IN suggestions %]
-

[% s.title |html %]

+

+ + [% IF ( CAN_user_catalogue ) %] + [% s.title |html %] + [% ELSE %] + [% s.title |html %] + [% END %] + +

[% IF ( s.author ) %][% s.author %],[% END %] [% IF ( s.copyrightdate ) %] - [% s.copyrightdate %],[% END %] --