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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-8 / +7 lines)
Lines 641-658 OPAC: Link Here
641
                0: "Don't block"
641
                0: "Don't block"
642
            - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference.
642
            - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference.
643
        -
643
        -
644
            - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of
644
            - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after
645
            - pref: PurgeListShareInvitesOlderThan
645
            - pref: PurgeListShareInvitesOlderThan
646
              class: integer
646
              class: integer
647
            - "days."
647
            - "days."
648
            - "<p>Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days.</p>"
648
            - "<p>Example: [14] Deletes unaccepted private list share invites older than 14 days.</p>"
649
            - "<p><strong>WARNING</strong>: Unaccepted private list shares will be purged by the following 3 options:"
649
            - "<p><strong>WARNING</strong>: Unaccepted private list shares are deleted using these priorities:"
650
            - "<ul>"
650
            - "<ul>"
651
            - "<li>[First priority]: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days."
651
            - "<li>First priority: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days."
652
            - "<li>[Second priority]: Use the PurgeListShareInvitesOlderThan syspref when it contains a value.</li>"
652
            - "<li>Second priority: Use the PurgeListShareInvitesOlderThan system preference when it contains a value.</li>"
653
            - "<li>[Third priority]: Use a default of 14 days when the cleanup_database.pl cronjob is run with a --list-invites parameter but no value AND the PurgeListShareInvitesOlderThan syspref is empty.</li>"
653
            - "<li>Third priority: Use a default of 14 days when the cleanup_database.pl cronjob is run with a --list-invites parameter but no value AND the PurgeListShareInvitesOlderThan system preference is empty.</li>"
654
            - "</ul>"
654
            - "</ul>"
655
            - "<br><strong>Note:</strong> This system preference requires the <i>misc/cronjobs/cleanup_database.pl</i> cronjob. Ask your system administrator to schedule it."
655
            - "<strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
656
        -
656
        -
657
            - pref: OpacTrustedCheckout
657
            - pref: OpacTrustedCheckout
658
              default: 0
658
              default: 0
659
- 

Return to bug 26831