From c4ef3b9f240304ab71c89316c78cf0e7472911de 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 Signed-off-by: Barbara Johnson Signed-off-by: Martin Renvoize --- .../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 adede9145a..4e291acd73 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