Bugzilla – Attachment 155917 Details for
Bug 34835
Highlight logged-in library in patron searches does not work anymore in new staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34835: Highlight logged-in library in patron searches fix for new staff interface
Bug-34835-Highlight-logged-in-library-in-patron-se.patch (text/plain), 1.21 KB, created by
Fridolin Somers
on 2023-09-19 22:24:54 UTC
(
hide
)
Description:
Bug 34835: Highlight logged-in library in patron searches fix for new staff interface
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-09-19 22:24:54 UTC
Size:
1.21 KB
patch
obsolete
>From 6a8c2229f9dbb71001db6262a5b0303f5ff90014 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 19 Sep 2023 12:20:43 -1000 >Subject: [PATCH] Bug 34835: Highlight logged-in library in patron searches fix > for new staff interface > >Since Bug 30952 the feature from Bug 10902 does not work anymore. >The class "currentlibrary" is there but no background color in CSS. >Bug 30952 removed it : >- background-color: #E6FCB7; > >This patch restores this rule plus '!important' that is used by >class 'ac-currentlibrary' > >Test plan: >1) Perform a patrons search >2) Check you see green background color for patrons with same branch as > currently logged in. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 905bd67e18..2fd3025511 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4230,6 +4230,7 @@ div .suggestion_note { > } > > .currentlibrary { >+ background-color: #E6FCB7 !important; > display: inline-block; > padding: 2px 4px; > } >-- >2.42.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 34835
:
155917
|
155918
|
155922