From 37f08dc1a8024ba2acbd61613c0ad43a940106b1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 30 Jul 2020 14:39:17 +0200 Subject: [PATCH] Bug 26094: Add class to the "Suggest for purchase" button Bug 14963 added a new "Suggest for purchase" button on the detail page of bibliographic records at the OPAC. This patch adds a specific CSS class to make it reachable easily Like others button in this action list Test plan: Go to the detail page of a bibliographic record at the OPAc Notice the new CSS class Signed-off-by: Sally --- 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 165421e551..7e7713a3b2 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') %] -
  • Suggest for purchase
  • +
  • Suggest for purchase
  • [% END %] [% IF ( OpacHighlightedWords && query_desc ) %] -- 2.11.0