From 7382f6c1e83cbd08a392399c4e7d979359acae4c Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Sat, 7 Sep 2013 11:25:27 -0400 Subject: [PATCH] Bug 10840 - opac-facets.inc missing [% OPACResultsSidebar %] Bug 10405 rightly added id's to items, but inadvertently removed [% OPACResultsSidebar %] from the opac-facets.inc file. This bug rectifies that problem. Test Plan: Confirm the problem =================== 1) Using version 3.12.4 package installation, set OPACResultsSidebar system preference to some text. 2) In the OPAC, search for something 3) In the facets list on the left, the text should appear. 4) Using master installation, set OPACResultsSidebar system preference to some text. 5) In the OPAC, search for something 6) The facets will not have the text, though viewing the source, there is an empty
. Correct the problem =================== 1) Apply the patch to the master system 2) In the OPAC, search again for something 3) The facets on the left will now have the text showing similar to the 3.12.4 version Signed-off-by: Tomas Cohen Arazi Is back! OPACResultsSidebar is back! --- .../opac-tmpl/prog/en/includes/opac-facets.inc | 1 + 1 file changed, 1 insertion(+) 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 48d39d3..6142181 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -30,6 +30,7 @@
+[% OPACResultsSidebar %]
[% END %] [% END %] -- 1.7.9.5