From cf9efd7312630ce318ab1457654a56ad06e8e931 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 20 Oct 2016 09:07:34 +0100 Subject: [PATCH] Bug 5260: Use post params instead of get to avoid putting op=email in the browser history Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index d4622e7db3..6a530b1219 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -202,7 +202,13 @@ [% END %] [% IF ( active && books_loop ) %] - +
+
+ + + +
+
[% END %] -- 2.39.5