From 3791e3b60574a1639ad55496ef777ab1c90ae013 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 --- 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 d4622e7..6a530b1 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.1.4