Bug 7310: Improving lists permissions -- New prefs

Adds two new preferences to OPAC/Policy tab.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
This commit is contained in:
Marcel de Rooy 2012-02-16 12:07:55 +01:00 committed by Paul Poulain
parent 8b6622761f
commit 8cff38fb24

View file

@ -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:
-