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:
parent
d3ac02b7bd
commit
396bbc7587
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue