From e74649496b84ff272b88ab3ed00b7aaa77411649 Mon Sep 17 00:00:00 2001 From: Jonet Moore <jonetem@gmail.com> Date: Tue, 22 Oct 2013 11:52:34 +1300 Subject: [PATCH] [PASSED QA] Bug 11099 - Label in Staff Client - series on facets not easily css selectable add c-span to series facet Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> 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 cb4f3ec..765bf01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -15,7 +15,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 ) %]<span id="facet-itemtypes">Item types</span>[% END %] [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] [% IF ( facets_loo.type_label_Location ) %]Locations[% END %] -- 1.8.1.2