Bug 11107: make label for authors facet easily CSS selectable
authorSue Tunnicliff <stunnicliff@mpdc.govt.nz>
Mon, 21 Oct 2013 22:48:03 +0000 (11:48 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 00:29:08 +0000 (00:29 +0000)
Label in staff client - authors on facets not easily accessible

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Works as described.

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

index 5390fb8..873a035 100644 (file)
@@ -11,7 +11,7 @@
 [% IF facets_loo.facets.size > 0 %]
        <li id="[% facets_loo.type_id %]">
 [% facets_loo.type_label %]
-[% IF ( facets_loo.type_label_Authors ) %]Authors[% END %]
+[% IF ( facets_loo.type_label_Authors ) %]<span id = "facet-authors">Authors</span>[% END %]
 [% 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 ) %]Places[% END %]