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 64-75 Link Here
64
                    [% END %]
64
                    [% END %]
65
65
66
                    [% IF ( Ask_data ) %]
66
                    [% IF ( Ask_data ) %]
67
                        <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your checkout history.</p>
67
                        <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>
68
                        <p>Your options are: <p>
68
                        <p>Your options are: <p>
69
                        <ul id="opac-privacy-options-list">
69
                        <ul id="opac-privacy-options-list">
70
                            <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>
70
                            <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>
71
                            <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>
71
                            <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>
72
                            <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>
72
                            <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>
73
                        </ul>
73
                        </ul>
74
                        <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>
74
                        <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>
75
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
75
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
76
- 

Return to bug 29525