From 9068d4a6d0598302801d6253d7f1557f81ae0761 Mon Sep 17 00:00:00 2001 From: raewyn adams Date: Tue, 22 Oct 2013 11:52:08 +1300 Subject: [PATCH] [PASSED QA] Bug 11100 - Label in staff client - Topics on facets not easily css selectable Search in intranet, verify that Topics in the facets is wrapped in a span Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Adds an id, works as described. --- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index 8853ec7..5390fb8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -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 ) %]Topics[% 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 %] -- 1.8.1.2