From aac0ba20a465a4f6aef9d38aa5f7fcbbbda2e51f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Apr 2013 12:06:40 -0400 Subject: [PATCH] Bug 10151 - OpacRightSidebar missing from OPAC pref file Content-Type: text/plain; charset="utf-8" The OpacRightSidebar system preference appears under "Local use" instead of "OPAC." This patch adds the necessary configuration details to opac.pref To test, apply the patch and view the OPAC tab in system preferences. The OpacRightSidebar preference should appear there. --- .../prog/en/modules/admin/preferences/opac.pref | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index d1225b4..9c90359 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -215,6 +215,11 @@ OPAC: type: textarea class: code - + - "Show the following HTML in the right hand column of the main page (under the login form if present):" + - pref: OpacRightSidebar + type: textarea + class: code + - - "Include the following HTML in the header of all pages in the OPAC:" - pref: opacheader type: textarea -- 1.7.9.5