Bug 11100: make label for Topics facet easily CSS selectable
authorraewyn adams <raewyn.adams@bopdhb.govt.nz>
Mon, 21 Oct 2013 22:52:08 +0000 (11:52 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 00:27:13 +0000 (00:27 +0000)
Search in intranet, verify that Topics in the facets is wrapped in a span

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Adds an id, works as described.

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

index 8853ec7..5390fb8 100644 (file)
@@ -13,7 +13,7 @@
 [% facets_loo.type_label %]
 [% 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_Topics ) %]<span id = "facet-topics">Topics</span>[% 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 %]