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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-5 / +4 lines)
Lines 50-61 Link Here
50
                    [% END %]
50
                    [% END %]
51
51
52
                    [% IF ( Ask_data ) %]
52
                    [% IF ( Ask_data ) %]
53
                        <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your checkout history.</p>
53
                        <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your checkout and hold history.</p>
54
                        <p>Your options are: <p>
54
                        <p>Your options are: <p>
55
                        <ul id="opac-privacy-options-list">
55
                        <ul id="opac-privacy-options-list">
56
                            <li class="privacy0">Forever: keep my checkout history without limit. This is the option for users who want to keep track of what they are reading.</li>
56
                            <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>
57
                            <li class="privacy1">Default: keep my checkout history according to local laws. This is the default option : the library will keep your checkout history for the duration permitted by local laws.</li>
57
                            <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>
58
                            <li class="privacy2">Never: Delete my checkout history immediately. This will delete all record of the item that was checked-out upon check-in.</li>
58
                            <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>
59
                        </ul>
59
                        </ul>
60
                        <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>
60
                        <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>
61
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
61
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
62
- 

Return to bug 29525