Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable
authorAndrew Lockett <andrewlockettnz@gmail.com>
Mon, 21 Oct 2013 22:44:28 +0000 (11:44 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 00:31:26 +0000 (00:31 +0000)
Search opac, then right-click "Topics" and select "inspect element"

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Please add a description of the problem and a test plan to your commit
message next time, thanks!

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Works as expected. Thx!

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

index 6142181..be46113 100644 (file)
@@ -12,7 +12,7 @@
 <li id="[% facets_loo.type_id %]">
 [% 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 %]