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

This commit is contained in:
rMalie
2011-12-28 14:18:20 +00:00
parent 29f8448a80
commit 490a5cff46
21 changed files with 342 additions and 49 deletions
@@ -134,7 +134,7 @@
// check if it's possible to add the product
if (product_infos == null || $('#cur_product_name').val() == '')
{
alert('{l s='Thanks to select at least one product.'}');
jAlert('{l s='Thanks to select at least one product.'}');
return false;
}