Bugzilla – Attachment 24380 Details for
Bug 11312
Add span to facets (for css selection)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11312: Facets should be selectable using an id [opac-bootstrap]
Bug-11312-Facets-should-be-selectable-using-an-id-.patch (text/plain), 3.29 KB, created by
Jonathan Druart
on 2014-01-15 09:05:09 UTC
(
hide
)
Description:
Bug 11312: Facets should be selectable using an id [opac-bootstrap]
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-15 09:05:09 UTC
Size:
3.29 KB
patch
obsolete
>From 95831d18fd603cfae039f53d0273a249bd408bd2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 27 Nov 2013 16:35:54 +0100 >Subject: [PATCH] Bug 11312: Facets should be selectable using an id > [opac-bootstrap] > >Signed-off-by: Francesca Moore <francescalamoore@gmail.com> >--- > .../bootstrap/en/includes/opac-facets.inc | 23 +++++++++++--------- > 1 file changed, 13 insertions(+), 10 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 5a6f61c..e1de473 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,19 @@ > [% 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 ) %]<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 ) %]<span id="facets-Libraries">Libraries</span>[% END %] >- [% END %] >- [% IF ( facets_loo.type_label_Location ) %]<span id="facets-Locations">Locations</span>[% END %]</h5> >+ <h5> >+ [% IF facets_loo.type_label_Authors %]<span id="facet-authors"Authors</span>[% END %] >+ [% IF facets_loo.type_label_Titles %]<span id="facet-titles">Titles</span>[% END %] >+ [% IF facets_loo.type_label_Topics %]<span id="facet-topics">Topics</span>[% END %] >+ [% IF facets_loo.type_label_Places %]<span id="facet-places">Places</span>[% END %] >+ [% IF facets_loo.type_label_Series %]<span id="facet-series">Series</span>[% END %] >+ [% IF facets_loo.type_label_ItemTypes %]<span id="facet-itemtypes">Item types</span>[% END %] >+ [% UNLESS singleBranchMode %] >+ [% IF facets_loo.type_label_Libraries %]<span id="facet_libraries">Libraries</span>[% END %] >+ [% END %] >+ [% IF facets_loo.type_label_Location %]<span id="facet_locations">Locations</span>[% END %] >+ </h5> >+ > <ul> > [% FOREACH facet IN facets_loo.facets %] > <li> >-- >1.7.10.4
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 11312
:
23191
|
23192
|
23193
|
24287
|
24288
|
24289
|
24309
|
24310
|
24311
|
24312
|
24377
|
24378
|
24379
|
24380
|
24445
|
24446
|
24447
|
24448
|
24531
|
24532
|
24533
|
24534