[+] BO: Add Jquery alerts for nice alert box

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11845 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-28 14:18:20 +00:00
parent b5e6f2cb75
commit 38086c5dc6
21 changed files with 342 additions and 49 deletions
+4 -4
View File
@@ -146,7 +146,7 @@
},
error: function(res,textStatus,jqXHR)
{
//alert("TECHNICAL ERROR"+res);
//jAlert("TECHNICAL ERROR"+res);
}
});
}
@@ -176,7 +176,7 @@
},
error: function(res,textStatus,jqXHR)
{
//alert("TECHNICAL ERROR"+res);
//jAlert("TECHNICAL ERROR"+res);
}
});
}
@@ -221,7 +221,7 @@
},
error: function(res,textStatus,jqXHR)
{
//alert("TECHNICAL ERROR"+res);
//jAlert("TECHNICAL ERROR"+res);
}
});
}
@@ -263,7 +263,7 @@
},
error: function(res,textStatus,jqXHR)
{
//alert("TECHNICAL ERROR"+res);
//jAlert("TECHNICAL ERROR"+res);
}
});
}