From 9a70cee32672f304f07de23fa3bbb74178547d90 Mon Sep 17 00:00:00 2001 From: Claire Stent Date: Wed, 23 Oct 2013 10:12:35 +1300 Subject: [PATCH] Bug 11101 - Item Types label in opac not easily css selectable. Verify that the facet label for item type is wrapped in a span Signed-off-by: Katrin Fischer Adds a CSS class to the Item types facet in OPAC. Works as described. Signed-off-by: Kyle M Hall --- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc index be46113..e1cf167 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -15,7 +15,7 @@ [% 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 %] +[% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] [% UNLESS ( singleBranchMode ) %] [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] [% END %] -- 1.7.2.5