Bugzilla – Attachment 24262 Details for
Bug 11546
facets labels are not css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 11546 facets labels are not css selectable
bug-11546-facets-labels-are-not-css-selectable.patch (text/plain), 3.11 KB, created by
Aleisha Amohia
on 2014-01-14 02:36:05 UTC
(
hide
)
Description:
bug 11546 facets labels are not css selectable
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2014-01-14 02:36:05 UTC
Size:
3.11 KB
patch
obsolete
>From fa41409a3b0c14ddcba1ad5f3c2e7d8ad477c913 Mon Sep 17 00:00:00 2001 >From: Francesca Moore <francescalamoore@gmail.com> >Date: Tue, 14 Jan 2014 14:42:38 +1300 >Subject: [PATCH] bug 11546 facets labels are not css selectable > >To test: >1. search in OPAC directory >2. inspect the facets, note that they now have spans > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > .../bootstrap/en/includes/opac-facets.inc | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index 5669ce1..5a6f61c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -18,16 +18,16 @@ > [% FOREACH facets_loo IN facets_loop %] > [% IF facets_loo.facets.size > 0 %] > <li id="[% facets_loo.type_id %]"> >- <h5>[% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] >- [% IF ( facets_loo.type_label_Titles ) %]Titles[% END %] >- [% IF ( facets_loo.type_label_Topics ) %]Topics[% 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 %] >+ <h5>[% IF ( facets_loo.type_label_Authors ) %]<span id="facets-Authors">Authors</span>[% END %] >+ [% IF ( facets_loo.type_label_Titles ) %]<span id="facets-Titles">Titles</span>[% END %] >+ [% IF ( facets_loo.type_label_Topics ) %]<span id="facets-Topics">Topics</span>[% END %] >+ [% IF ( facets_loo.type_label_Places ) %]<span id="facets-Places">Places</span>[% END %] >+ [% IF ( facets_loo.type_label_Series ) %]<span id="facets-Series">Series</span>[% END %] >+ [% IF ( facets_loo.type_label_ItemTypes ) %]<span id="facets-Itemtypes">Item types</span>[% END %] > [% UNLESS ( singleBranchMode ) %] >- [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] >+ [% IF ( facets_loo.type_label_Libraries ) %]<span id="facets-Libraries">Libraries</span>[% END %] > [% END %] >- [% IF ( facets_loo.type_label_Location ) %]Locations[% END %]</h5> >+ [% IF ( facets_loo.type_label_Location ) %]<span id="facets-Locations">Locations</span>[% END %]</h5> > <ul> > [% FOREACH facet IN facets_loo.facets %] > <li> >-- >1.7.9.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 11546
:
24256
|
24262
|
24269