Lines 25-31
Link Here
|
25 |
<h3>Your privacy management</h3> |
25 |
<h3>Your privacy management</h3> |
26 |
|
26 |
|
27 |
[% IF ( deleted ) %] |
27 |
[% IF ( deleted ) %] |
28 |
<div class="alert alert-success">Your reading history has been deleted.</div> |
28 |
<div class="alert alert-success"> |
|
|
29 |
[% IF Koha.Preference('StoreLastBorrower') %] |
30 |
Your reading history has been deleted, except for those items you are the last person to have returned. |
31 |
[% ELSE %] |
32 |
Your reading history has been deleted. |
33 |
[% END %] |
34 |
</div> |
29 |
[% ELSIF ( err_history_not_deleted ) %] |
35 |
[% ELSIF ( err_history_not_deleted ) %] |
30 |
<div class="alert">The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.</div> |
36 |
<div class="alert">The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.</div> |
31 |
[% END %] |
37 |
[% END %] |
Lines 43-48
Link Here
|
43 |
<li class="privacy2">Never: Delete my reading history immediately. This will delete all record of the item that was checked-out upon check-in.</li> |
49 |
<li class="privacy2">Never: Delete my reading history immediately. This will delete all record of the item that was checked-out upon check-in.</li> |
44 |
</ul> |
50 |
</ul> |
45 |
<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> |
51 |
<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> |
|
|
52 |
[% IF Koha.Preference('StoreLastBorrower') %] |
53 |
<p id="note-StoreLastBorrower"> |
54 |
The library will also track the last patron to have returned an item. |
55 |
If you check out and return an item, the librarian will retain a record of that checkout until another patron checks out and returns that item. |
56 |
</p> |
57 |
[% END %] |
46 |
<p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p> |
58 |
<p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p> |
47 |
<form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form"> |
59 |
<form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form"> |
48 |
<input type="hidden" name="op" value="update_privacy" /> |
60 |
<input type="hidden" name="op" value="update_privacy" /> |
49 |
- |
|
|