From: Andrew Lockett Date: Mon, 21 Oct 2013 22:44:28 +0000 (+1300) Subject: Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=cc3469eff7f5ae2fb7ff9b57b7eb6c1d0d4bc161;p=koha.git 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 --- 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 %]