From 6e21ead77fbe7295c03db21bc503a309d8b0269b Mon Sep 17 00:00:00 2001 From: Francesca Moore Date: Tue, 14 Jan 2014 14:14:58 +1300 Subject: [PATCH] [SIGNED-OFF] Bug 11538 make Libraries css selectable Content-Type: text/plain; charset="utf-8" To test: 1. do a search in the intranet and see facets 2. inspect the Libraries facet and observe that it now has a span. Signed-off-by: Owen Leonard --- .../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 765bf01..e1abba6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -17,7 +17,7 @@ [% 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 %] -[% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] +[% IF ( facets_loo.type_label_Libraries ) %]Libraries [% END %] [% IF ( facets_loo.type_label_Location ) %]Locations[% END %]