From a6f4ff9bb456caf62e96e854ccadc3bd77ba7e3c Mon Sep 17 00:00:00 2001 From: Katherine Chisholm Date: Tue, 22 Oct 2013 11:48:36 +1300 Subject: [PATCH] Bug 11106: make label for Item types facet easily CSS selectable Allows the Item types facet to be CSS or JQuery selectable Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton --- 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 873a03531d..3ae6414d06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -16,7 +16,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 %] [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] [% IF ( facets_loo.type_label_Location ) %]Locations[% END %]
    -- 2.39.5