From 66f453f988a2604a2af8e1a44de297178a1e2919 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Thu, 4 Oct 2012 13:26:26 +0200 Subject: [PATCH] Bug 4177 opaccloud missing from the system preferences interface Content-Type: text/plain; charset="utf-8" There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. --- .../prog/en/modules/admin/preferences/opac.pref | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) 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 e645785..6858a58 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 @@ -296,6 +296,12 @@ OPAC: no: "Don't allow" - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list) - + - pref: OpacCloud + choices: + yes: Show + no: "Don't show" + - a subject cloud on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to build) + - - pref: OpacAuthorities choices: yes: Allow -- 1.7.2.5