From ad12089f38345d4d24d221eaf88433c424ffcc9e Mon Sep 17 00:00:00 2001 From: Claire Stent <claire.stent@gmail.com> 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 ) %] <div id="search-facets"> <h4>Refine your search</h4> @@ -11,7 +11,7 @@ [% IF facets_loo.facets.size > 0 %] <li id="[% facets_loo.type_id %]"> [% facets_loo.type_label %] -[% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] +[% IF ( facets_loo.type_label_Authors ) %]<span id="facet-authors">Authors</span>[% 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