From ad12089f38345d4d24d221eaf88433c424ffcc9e Mon Sep 17 00:00:00 2001 From: Claire Stent Date: Tue, 22 Oct 2013 11:52:59 +1300 Subject: [PATCH] bug 11101: fixed bug in facets Authors --- .../intranet-tmpl/prog/en/includes/facets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index 8853ec7..caabd57 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -1,4 +1,4 @@ -[% IF ( opacfacets ) %] +autho[% IF ( opacfacets ) %] [% IF ( facets_loop ) %]

Refine your search

@@ -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 %] -- 1.7.9.5