From ff3e1746ed91070a42182f5a1a312f18bc10fc76 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 24 Jan 2024 10:46:55 -0300 Subject: [PATCH] Bug 35893: Add missing in opac.pref Signed-off-by: Tomas Cohen Arazi Signed-off-by: Matt Blenkinsop Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer (cherry picked from commit 1f5d1beddd0a9732110aac3cd194ed3f4a179cba) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 66275fde05..1056c79a15 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -648,7 +648,7 @@ OPAC: - "

Example: [14] Deletes unaccepted private list share invites older than 14 days.

" - "

WARNING: Unaccepted private list shares are deleted using these priorities:" - "

    " - - "
  • 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." + - "
  • 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.
  • " - "
  • Second priority: Use the PurgeListShareInvitesOlderThan system preference when it contains a value.
  • " - "
  • 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.
  • " - "
" -- 2.39.2