Bugzilla – Attachment 48277 Details for
Bug 15071
In OPAC search results, "checked out" status should be more visible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15071 - In OPAC search results, "checked out" status should be more visible
Bug-15071---In-OPAC-search-results-checked-out-sta.patch (text/plain), 1.51 KB, created by
Jonathan Druart
on 2016-02-22 11:26:41 UTC
(
hide
)
Description:
Bug 15071 - In OPAC search results, "checked out" status should be more visible
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-22 11:26:41 UTC
Size:
1.51 KB
patch
obsolete
>From 822a9f791a346a3ce67e46d7b4d0bf948e7c1448 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 17 Feb 2016 21:17:10 -0500 >Subject: [PATCH] Bug 15071 - In OPAC search results, "checked out" status > should be more visible > >The prog template in the OPAC designated a color for the "unavailable" >class associated with items in search results which are checked out. >This class never made it into the Bootstrap theme. This patch adds it to >the Bootstrap theme's LESS file. > >To test, apply the patch and search the OPAC for terms that will return >checked out items. In the list of search results, on the "availability" >line, the "Checked out" text should now be red. The change is visible >with XSLT on or off. > >Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less b/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >index 6aa7ba7..a8f96fd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >+++ b/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >@@ -2073,6 +2073,10 @@ button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit > color : #006600; > } > >+.unavailable { >+ color: #990033; >+} >+ > .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold { > display : block; > } >-- >2.7.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 15071
:
44873
|
48201
|
48202
|
48236
|
48237
|
48277
|
48278
|
48354
|
48355
|
48356
|
48357
|
48358
|
48359
|
48360
|
48361
|
48362