Bug 11104: Wraps series label in a span for CSS selectability.
authorTim Hannah <timdhannah@gmail.com>
Tue, 22 Oct 2013 21:01:19 +0000 (10:01 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 5 Dec 2013 15:57:47 +0000 (15:57 +0000)
Note: patch is only for the prog theme.

Patch submitted as part of Librarian to Developer in 90 Minutes
at LIANZA 2013.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc

index 4141896..81e617f 100644 (file)
@@ -14,7 +14,7 @@
 [% IF ( facets_loo.type_label_Titles ) %]Titles[% 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 ) %]Series[% END %]
+[% IF ( facets_loo.type_label_Series ) %]<span id="facet-series">Series</span>[% END %]
 [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %]
 [% UNLESS ( singleBranchMode ) %]
 [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %]