Bug 11104: Wraps series label in a span for CSS selectability.

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>
This commit is contained in:
Tim Hannah 2013-10-23 10:01:19 +13:00 committed by Galen Charlton
parent d3ac02b7bd
commit 396bbc7587

View 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 %]