From b8a3933ca38ea36df73bd903835e9ed1db02bed7 Mon Sep 17 00:00:00 2001 From: Claire Stent Date: Wed, 23 Oct 2013 10:12:35 +1300 Subject: [PATCH] Bug 11101: add CSS selector to item types facet label in OPAC Note: prog-only patch. 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 Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 81e617fc39..aae5d71c8b 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 %] -- 2.20.1