Bug 24344: Modify OPAC link to suggest existing record for purchase
This patch modifies the link to suggest purchase of an existing record from the OPAC. The icon is changed to "gift" and the text shortened to "Suggest for purchase." To test, apply the patch and view the detail page of any record in the OPAC. Confirm that the modifications look good. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
d8726c2e46
commit
2f2f02297f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
[% END %]
|
||||
|
||||
[% IF Koha.Preference('suggestion') %]
|
||||
<li><a class="btn btn-link btn-lg" href="/cgi-bin/koha/opac-suggestions.pl?op=add&biblionumber=[% biblio.biblionumber | url %]"><i class="fa fa-fw fa-money"></i> New purchase suggestion for this title</a></li>
|
||||
<li><a class="btn btn-link btn-lg" href="/cgi-bin/koha/opac-suggestions.pl?op=add&biblionumber=[% biblio.biblionumber | url %]"><i class="fa fa-fw fa-gift"></i> Suggest for purchase</a></li>
|
||||
[% END %]
|
||||
|
||||
[% IF ( OpacHighlightedWords && query_desc ) %]
|
||||
|
|
Loading…
Reference in a new issue