[+] 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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user