From 396bbc758756637782cd463a8586f2ac15757f4e Mon Sep 17 00:00:00 2001 From: Tim Hannah Date: Wed, 23 Oct 2013 10:01:19 +1300 Subject: [PATCH] Bug 11104: Wraps series label in a span for CSS selectability. Note: patch is only for the prog theme. Patch submitted as part of Librarian to Developer in 90 Minutes at LIANZA 2013. 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 414189659c..81e617fc39 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -14,7 +14,7 @@ [% IF ( facets_loo.type_label_Titles ) %]Titles[% 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_Series ) %]Series[% END %] [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] [% UNLESS ( singleBranchMode ) %] [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] -- 2.39.5