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 653-670 OPAC: Link Here
653
                0: "Don't block"
653
                0: "Don't block"
654
            - 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.
654
            - 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.
655
        -
655
        -
656
            - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of
656
            - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after 
657
            - pref: PurgeListShareInvitesOlderThan
657
            - pref: PurgeListShareInvitesOlderThan
658
              class: integer
658
              class: integer
659
            - "days."
659
            - "days."
660
            - "<p>Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days.</p>"
660
            - "<p>Example: [14] Deletes unaccepted private list share invites older than 14 days.</p>"
661
            - "<p><strong>WARNING</strong>: Unaccepted private list shares will be purged by the following 3 options:"
661
            - "<p><strong>WARNING</strong>: Unaccepted private list shares are deleted using these priorities:"
662
            - "<ul>"
662
            - "<ul>"
663
            - "<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."
663
            - "<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."
664
            - "<li>[Second priority]: Use the PurgeListShareInvitesOlderThan syspref when it contains a value.</li>"
664
            - "<li>Second priority: Use the PurgeListShareInvitesOlderThan system preference when it contains a value.</li>"
665
            - "<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>"
665
            - "<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>"
666
            - "</ul>"
666
            - "</ul>"
667
            - "<br><strong>Note:</strong> This system preference requires the <i>misc/cronjobs/cleanup_database.pl</i> cronjob. Ask your system administrator to schedule it."
667
            - "<strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
668
        -
668
        -
669
            - pref: OpacTrustedCheckout
669
            - pref: OpacTrustedCheckout
670
              default: 0
670
              default: 0
671
- 

Return to bug 26831