From 8fef7de512677b91c6304f3a6aa12028a86873f9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 4 Jan 2020 23:12:25 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc index f0dce164ce..2ca065b798 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc @@ -34,7 +34,7 @@ [% END %] [% IF Koha.Preference('suggestion') %] -
  • New purchase suggestion for this title
  • +
  • Suggest for purchase
  • [% END %] [% IF ( OpacHighlightedWords && query_desc ) %] -- 2.11.0