Bugzilla – Attachment 107649 Details for
Bug 26094
"Suggest for Purchase" button missing unique CSS class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26094: Add class to the "Suggest for purchase" button
Bug-26094-Add-class-to-the-Suggest-for-purchase-bu.patch (text/plain), 1.71 KB, created by
Nick Clemens (kidclamp)
on 2020-07-31 15:27:38 UTC
(
hide
)
Description:
Bug 26094: Add class to the "Suggest for purchase" button
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-07-31 15:27:38 UTC
Size:
1.71 KB
patch
obsolete
>From cd28377fcf41ba1c8923a7355e4c7bdd4cf3ea76 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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') %] >- <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" aria-hidden="true"></i> Suggest for purchase</a></li> >+ <li><a class="suggest_for_purchase 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" aria-hidden="true"></i> Suggest for purchase</a></li> > [% END %] > > [% IF ( OpacHighlightedWords && query_desc ) %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26094
:
107583
|
107622
| 107649