From fa3a9cce551ee35947ffe521f3bb916991563890 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 16 Feb 2012 12:07:55 +0100 Subject: [PATCH 2/9] Bug 7310: Improving lists permissions -- New prefs Adds two new preferences to OPAC/Policy tab. Signed-off-by: Jared Camins-Esakov Signed-off-by: Ian Walls --- .../prog/en/modules/admin/preferences/opac.pref | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 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 1acc414..c228170 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 @@ -380,7 +380,21 @@ OPAC: - pref: OpacHiddenItems type: textarea class: code - - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations. + - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations + - + - pref: OpacAllowPublicListCreation + default: 1 + choices: + no: "Don't allow" + yes: Allow + - opac users to create public lists + - + - pref: OpacAllowSharingPrivateLists + default: 0 + choices: + no: "Don't allow" + yes: Allow + - opac users to share private lists with other patrons. This feature is not active yet but will be released soon Privacy: - -- 1.7.0.4