From da53a0471d54fb6bedbbe3dbd14ac545b3615647 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 22 Dec 2011 13:48:47 +0000 Subject: [PATCH] // add success message when deleting product image git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11599 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/products/images.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin-dev/themes/template/products/images.tpl b/admin-dev/themes/template/products/images.tpl index feab413c2..6bbb07525 100644 --- a/admin-dev/themes/template/products/images.tpl +++ b/admin-dev/themes/template/products/images.tpl @@ -240,6 +240,9 @@ $("#imageTable tr").eq(1).find(".covered").attr("src", "../img/admin/enabled.gif"); $("#countImage").html(parseInt($("#countImage").html()) - 1); refreshImagePositions($("#imageTable")); + + showSuccessMessage(data.confirmations); + } }