From e18284609437931835e5110beff19ab33c44065e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 3 Jan 2022 18:07:14 +0000 Subject: [PATCH] Bug 29526: (follow-up) Put delete buttons in HTML table --- .../bootstrap/en/modules/opac-privacy.tt | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) 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 15b36e19cf..fb079b8bab 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt @@ -154,34 +154,48 @@

Immediate deletion

-

Whatever your privacy rule you choose, you can delete all your checkout and hold history immediately by clicking here. BE CAREFUL. Once you've confirmed the deletion, no one can retrieve the list!

+

You can delete all your checkout and hold history immediately by clicking here. BE CAREFUL. Once you've confirmed the deletion, no one can retrieve the list!

-
- Checkout history deletion + -
- -
-
- Hold history deletion + -
- -
-
- Checkout and hold history deletion + -
- -
+ + + + + + + + + + + + + +
Immediately delete my checkout history. This action cannot be undone. +
+ +
+
Immediately delete my hold history. This action cannot be undone. +
+ +
+
Immediately delete my checkout history & my hold history. This action cannot be undone. +
+ +
+
[% IF Koha.Preference('StoreLastBorrower') %]

Please note, the last person to return an item is tracked for the management of items returned damaged.

-- 2.20.1