From cc3469eff7f5ae2fb7ff9b57b7eb6c1d0d4bc161 Mon Sep 17 00:00:00 2001 From: Andrew Lockett Date: Tue, 22 Oct 2013 11:44:28 +1300 Subject: [PATCH] Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable Search opac, then right-click "Topics" and select "inspect element" Signed-off-by: Owen Leonard Please add a description of the problem and a test plan to your commit message next time, thanks! Signed-off-by: Katrin Fischer Works as expected. Thx! 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 6142181d3c..be46113479 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -12,7 +12,7 @@
  • [% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] [% IF ( facets_loo.type_label_Titles ) %]Titles[% END %] -[% IF ( facets_loo.type_label_Topics ) %]Topics[% 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_ItemTypes ) %]Item types[% END %] -- 2.11.0