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 369-375 OPAC: Link Here
369
            - pref: OpacHiddenItems
369
            - pref: OpacHiddenItems
370
              type: textarea
370
              type: textarea
371
              class: code
371
              class: code
372
            - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
372
            - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
373
        -
374
            - pref: OpacAllowPublicListCreation
375
              default: 1
376
              choices:
377
                  no: "Don't allow"
378
                  yes: Allow
379
            - opac users to create public lists
380
        -
381
            - pref: OpacAllowSharingPrivateLists
382
              default: 0
383
              choices:
384
                  no: "Don't allow"
385
                  yes: Allow
386
            - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
373
387
374
    Privacy:
388
    Privacy:
375
        -
389
        -
376
- 

Return to bug 7310