From: Marcel de Rooy Date: Thu, 16 Feb 2012 11:07:55 +0000 (+0100) Subject: Bug 7310: Improving lists permissions -- New prefs X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8cff38fb24114850e2396451b3985a6572a01981;p=koha.git 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 --- 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 9224747175..fd5124b773 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: -