// 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
This commit is contained in:
mMarinetti
2011-12-22 13:48:47 +00:00
parent 1e1141acc8
commit da53a0471d
@@ -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);
}
}