Bugzilla – Attachment 160923 Details for
Bug 35663
Wording on OPAC privacy page is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35663: Reword default privacy option in opac-privacy.pl
Bug-35663-Reword-default-privacy-option-in-opac-pr.patch (text/plain), 2.63 KB, created by
Jonathan Druart
on 2024-01-12 10:47:38 UTC
(
hide
)
Description:
Bug 35663: Reword default privacy option in opac-privacy.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-12 10:47:38 UTC
Size:
2.63 KB
patch
obsolete
>From 615374ea6f091d97f94197e58e031436d7a00d35 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 2 Jan 2024 13:50:54 +0000 >Subject: [PATCH] Bug 35663: Reword default privacy option in opac-privacy.pl > >This patch updates the description of the OPAC privacy page, replacing: > >"Default: keep my history according to local laws. This is the default >option : the library will keep your history for the duration permitted >by local laws." > >...with: > >"Default: keep my history according to library policy. This is the >default option : the library will keep your history for the duration set >by library policy." > >This correctly reflects the fact that privacy is managed according to a >Koha cron configuration. > >To test, apply the patch and make sure the OPACPrivacy and related >preferences are enabled. > >- Log in to the OPAC and click the "Privacy" tab in the left-hand > sidebar. >- Confirm that the description of the default privacy option is correct. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >index 5bbbbef219b..4290975b8c7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >@@ -64,7 +64,7 @@ > <p>Your options are: <p> > <ul id="opac-privacy-options-list"> > <li class="privacy0">Forever: keep my history without limit. This is the option for users who want to keep track of what they are reading or placed a hold on.</li> >- <li class="privacy1">Default: keep my history according to local laws. This is the default option : the library will keep your history for the duration permitted by local laws.</li> >+ <li class="privacy1">Default: keep my history according to library policy. This is the default option : the library will keep your history for the duration set by library policy.</li> > <li class="privacy2">Never: Delete my history immediately. This will delete all record of the item that was checked-out upon check-in, and hold history upon fulfillment or cancellation.</li> > </ul> > <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35663
:
160405
|
160408
| 160923