From 990eebf132fef94dfbac4d3e17fe7acd9ce7b2c6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 29 May 2013 14:24:05 +0200 Subject: [PATCH] Bug 10376: fix ability to print cart from IE9 & 10 Test plan: 1) Test with Firefox (or any other browser except IE): Add biblio to cart Go to Cart and click Print Does the Cart window come back to its original state after confirm/cancel Print? 2) Test with Internet Explorer (I used IE9; testing another version is fine) Do the same as above. Is behavior now more or less the same? Signed-off-by: Marc Veron 1) Test without patch: IE 10: Does not show print dialog IE 9 (Developer Emulation in IE 10): Does not show print dialog (as expected) FF 21.0 OK Chrome 27.0.1453.110 m: OK 2) Test with patch: IE 10: OK IE 9 (Developer Emulation in IE 10): OK IE 8 (Developer Emulation in IE 10): OK IE 7 (Developer Emulation in IE 10): OK FF 21.0 OK Chrome 27.0.1453.110 m: OK Signed-off-by: Katrin Fischer Trusting Marc here, as I don't have IE available. Regression tests in Firefox and Chromium went well. Signed-off-by: Galen Charlton --- .../opac-tmpl/prog/en/modules/opac-basket.tt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt index 05d00e478b..df1d1f16f8 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt @@ -6,10 +6,25 @@ [% IF ( print_basket ) %] [% ELSE %] -- 2.20.1