[+] 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
@@ -90,8 +90,8 @@
$('#add_table').click(function(){
var table = $('#selectTables select').val();
if (table == 'null')
alert("{l s='Please, choose table.'}");
if (!table)
jAlert("{l s='Please, choose table.'}");
else
AddRequestSql(table);
});