From 99f60624030e01753d9dbf87b32a9742255c76a2 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 22 Dec 2011 14:22:04 +0000 Subject: [PATCH] [-] BO : #PSTEST-37 : Documents joints - deux boutons redondants git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11608 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/products/form.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl index 0fae487ba..41b54c13d 100644 --- a/admin-dev/themes/template/products/form.tpl +++ b/admin-dev/themes/template/products/form.tpl @@ -197,6 +197,11 @@ $('#desc-product-newCombination').show(); populate_attrs(); } + else if (btn_name == "Attachments") + { + $('#desc-product-save-and-stay').hide(); + $('#desc-product-save').hide(); + } else { $('#desc-product-newCombination').hide();