From 4f9ee9a6b8d1c84d4ff9894998f0f9a8904201fa Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Sat, 7 Sep 2013 11:25:27 -0400 Subject: [PATCH] Bug 10840: restore OPACResultsSidebar in opac-facets.inc 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) Set OPACResultsSidebar system preference to some text. 2) In the OPAC, search for something 3) 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 from the OPACResultsSidebar system preference. Signed-off-by: Tomas Cohen Arazi Is back! OPACResultsSidebar is back! Signed-off-by: Katrin Fischer Copied test plan from bug report into commit message. Template only change, works as expected. Signed-off-by: Galen Charlton --- koha-tmpl/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 48d39d3339..6142181d3c 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 %] -- 2.39.5