Bugzilla – Attachment 162035 Details for
Bug 36070
"Place recall" hover styling on OPAC not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36070: Fix css class
Bug-36070-Fix-css-class.patch (text/plain), 1.66 KB, created by
Owen Leonard
on 2024-02-12 14:38:29 UTC
(
hide
)
Description:
Bug 36070: Fix css class
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-02-12 14:38:29 UTC
Size:
1.66 KB
patch
obsolete
>From e795b9bc7d0603f27c94ce03fd86198fcec418e6 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 12 Feb 2024 13:06:10 +0000 >Subject: [PATCH] Bug 36070: Fix css class > >1) Enable UseRecalls >2) Checkout an item to a patron: > Top INTRA search bar: pick 'check out' and paste a patron > cardnumber: > 23529000035676 > press enter >3) Enter an item barcode: > 39999000003154 > Press checkout >4) As user koha/koha, visit OPAC page for this biblio: > opac-url/cgi-bin/koha/opac-detail.pl?biblionumber=76 >5) Notice all sidebar actions on the right have hover effect except for > 'Place recall' > >Apply patch, repeat test plan. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 f1d4e60bdd..ceb701457c 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 >@@ -12,7 +12,7 @@ > [% END %] > > [% IF Koha.Preference('UseRecalls') %] >- <li><a class="recall btn btn-link btn-lg" href="/cgi-bin/koha/opac-recall.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa-solid fa-fw fa-book-bookmark" aria-hidden="true"></i> >+ <li><a class="recall btn btn-link btn-lg" href="/cgi-bin/koha/opac-recall.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-solid fa-fw fa-book-bookmark" aria-hidden="true"></i> > Place recall</a></li> > [% END %] > >-- >2.30.2
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 36070
:
162033
|
162035
|
162930