View | Details | Raw Unified | Return to bug 7310
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +15 lines)
Lines 380-386 OPAC: Link Here
380
            - pref: OpacHiddenItems
380
            - pref: OpacHiddenItems
381
              type: textarea
381
              type: textarea
382
              class: code
382
              class: code
383
            - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
383
            - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
384
        -
385
            - pref: OpacAllowPublicListCreation
386
              default: 1
387
              choices:
388
                  no: "Don't allow"
389
                  yes: Allow
390
            - opac users to create public lists
391
        -
392
            - pref: OpacAllowSharingPrivateLists
393
              default: 0
394
              choices:
395
                  no: "Don't allow"
396
                  yes: Allow
397
            - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
384
398
385
    Privacy:
399
    Privacy:
386
        -
400
        -
387
- 

Return to bug 7310