|
Lines 175-181
Link Here
|
| 175 |
<td colspan=7>Immediately delete my checkout history. This action cannot be undone.</td> |
175 |
<td colspan=7>Immediately delete my checkout history. This action cannot be undone.</td> |
| 176 |
<td colspan=1> |
176 |
<td colspan=1> |
| 177 |
<fieldset class="action"> |
177 |
<fieldset class="action"> |
| 178 |
<input type="submit" value="Delete checkout history" form="opac-privacy-delete-checkouts" class="btn btn-danger btn-block" onclick="return confirmDelete(MSG_CONFIRM_AGAIN);" /> |
178 |
<input type="submit" value="Delete checkout history" form="opac-privacy-delete-checkouts" class="btn btn-danger btn-block privacy-confirm-delete" /> |
| 179 |
</fieldset> |
179 |
</fieldset> |
| 180 |
</td> |
180 |
</td> |
| 181 |
</tr> |
181 |
</tr> |
|
Lines 183-189
Link Here
|
| 183 |
<td colspan=7>Immediately delete my hold history. This action cannot be undone.</td> |
183 |
<td colspan=7>Immediately delete my hold history. This action cannot be undone.</td> |
| 184 |
<td colspan=1> |
184 |
<td colspan=1> |
| 185 |
<fieldset class="action"> |
185 |
<fieldset class="action"> |
| 186 |
<input type="submit" value="Delete hold history" form="opac-privacy-delete-holds" class="btn btn-danger btn-block" onclick="return confirmDelete(MSG_CONFIRM_AGAIN);" /> |
186 |
<input type="submit" value="Delete hold history" form="opac-privacy-delete-holds" class="btn btn-danger btn-block privacy-confirm-delete" /> |
| 187 |
</fieldset> |
187 |
</fieldset> |
| 188 |
</td> |
188 |
</td> |
| 189 |
</tr> |
189 |
</tr> |
|
Lines 191-197
Link Here
|
| 191 |
<td colspan=7>Immediately delete my checkout history & my hold history. This action cannot be undone.</td> |
191 |
<td colspan=7>Immediately delete my checkout history & my hold history. This action cannot be undone.</td> |
| 192 |
<td colspan=1> |
192 |
<td colspan=1> |
| 193 |
<fieldset class="action"> |
193 |
<fieldset class="action"> |
| 194 |
<input type="submit" value="Delete checkout and hold history" form="opac-privacy-delete-all" class="btn btn-danger btn-block" onclick="return confirmDelete(MSG_CONFIRM_AGAIN);" /> |
194 |
<input type="submit" value="Delete checkout and hold history" form="opac-privacy-delete-all" class="btn btn-danger btn-block privacy-confirm-delete" /> |
| 195 |
</fieldset> |
195 |
</fieldset> |
| 196 |
</td> |
196 |
</td> |
| 197 |
</tr> |
197 |
</tr> |
|
Lines 208-211
Link Here
|
| 208 |
</div> <!-- / .main --> |
208 |
</div> <!-- / .main --> |
| 209 |
|
209 |
|
| 210 |
[% INCLUDE 'opac-bottom.inc' %] |
210 |
[% INCLUDE 'opac-bottom.inc' %] |
| 211 |
[% BLOCK jsinclude %][% END %] |
211 |
[% BLOCK jsinclude %] |
|
|
212 |
[% Asset.js('js/privacy.js') | $raw %] |
| 213 |
[% END %] |