Bugzilla – Attachment 22833 Details for
Bug 11101
Item Type label in OPAC not easily css selectable.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11101 - Item Types label in opac not easily css selectable. Verify that the facet label for item type is wrapped in a span
Bug-11101---Item-Types-label-in-opac-not-easily-cs.patch (text/plain), 1.34 KB, created by
Kyle M Hall (khall)
on 2013-11-08 16:37:15 UTC
(
hide
)
Description:
Bug 11101 - Item Types label in opac not easily css selectable. Verify that the facet label for item type is wrapped in a span
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-08 16:37:15 UTC
Size:
1.34 KB
patch
obsolete
>From 9a70cee32672f304f07de23fa3bbb74178547d90 Mon Sep 17 00:00:00 2001 >From: Claire Stent <claire.stent@gmail.com> >Date: Wed, 23 Oct 2013 10:12:35 +1300 >Subject: [PATCH] Bug 11101 - Item Types label in opac not easily css selectable. Verify that the facet label for item type is wrapped in a span > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Adds a CSS class to the Item types facet in OPAC. >Works as described. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >index be46113..e1cf167 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >@@ -15,7 +15,7 @@ > [% IF ( facets_loo.type_label_Topics ) %]<span id="facet-topics">Topics</span>[% END %] > [% IF ( facets_loo.type_label_Places ) %]Places[% END %] > [% IF ( facets_loo.type_label_Series ) %]Series[% END %] >-[% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] >+[% IF ( facets_loo.type_label_ItemTypes ) %]<span id="facet-itypes">Item types</span>[% END %] > [% UNLESS ( singleBranchMode ) %] > [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] > [% END %] >-- >1.7.2.5
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 11101
:
22224
|
22298
|
22440
| 22833