Bugzilla – Attachment 162930 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.73 KB, created by
Emily Lamancusa (emlam)
on 2024-03-07 19:19:09 UTC
(
hide
)
Description:
Bug 36070: Fix css class
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-03-07 19:19:09 UTC
Size:
1.73 KB
patch
obsolete
>From 0118f61f965de83b412a5337e45f6886eeb88b8a 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> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../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 6da4f51b8b..05c09a938d 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.34.1
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