From cd8bf1f6667e1801a483da92e3ed0adf27490ffb 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. Signed-off-by: Kyle M Hall Inserted tags manually, enabled system preference, tag subject cloud displays nicely. --- .../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