From 87b4b63a0f9f31ce2f25b9a7892db82c66713184 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 --- 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); + } }