[+] 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
@@ -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);
});