$("#check_errors").html( AreFieldsNotOk(false) );
$('html, body').animate({ scrollTop: 0 }, 'fast');
var r=confirm("Important fields(s) are not filled. Are you sure you want to save?");
var r=confirm(_("Important fields(s) are not filled. Are you sure you want to save?"));
if (! r){
return false;
}
-