Add confirmation alerts when empty collection and database

This commit is contained in:
Romain Neutron
2012-02-17 14:29:04 +01:00
parent 9889ac720e
commit 2d18aaf013
3 changed files with 29 additions and 8 deletions

View File

@@ -194,6 +194,7 @@ if ($parm['act'])
dataType: 'json',
data: { sbas_id:<?php echo $sbas_id ?> },
success: function(data){
alert(data.message);
}
});
}