From cfe1db06dd57ff5940af3ffd44336f23c2bf82e9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 20 Oct 2016 09:07:34 +0100 Subject: [PATCH] [SIGNED OFF] Bug 5260: Use post params instead of get to avoid putting op=email in the browser history Signed-off-by: Katrin Fischer --- 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.7.4