From 120fdaa4bedb84c6ffc8fc431d8d9dc1c50e6a84 Mon Sep 17 00:00:00 2001 From: Sue Tunnicliff Date: Tue, 22 Oct 2013 11:48:03 +1300 Subject: [PATCH] Bug 11107: make label for authors facet easily CSS selectable Label in staff client - authors on facets not easily accessible 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 5390fb830a..873a03531d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -11,7 +11,7 @@ [% IF facets_loo.facets.size > 0 %]
  • [% facets_loo.type_label %] -[% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] +[% 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_Places ) %]Places[% END %] -- 2.20.1