$("#modal-body-tmpl").html("Are you sure you want to unpublish the selected project(s) ?<br/><br/>When done analysis and data related to the project(s) will be no longer visible by all users.");
...
...
@@ -971,11 +979,13 @@ function unpublishHandler() {
}
});
});
}else{
$("#ng6modal-DTnoraw").modal();
}
}
functionpublishHandler(){
if($(':checked[id^=chk_project_]').size()>0){
if($(':checked[id^=chk_project_]').size()!=0){
// First confirm with the user
$("#modal-label-tmpl").html("Publish");
$("#modal-body-tmpl").html("Are you sure you want to publish the selected project(s) ?<br/><br/> When done analysis and data related to the project(s) will be visible by all users.");
...
...
@@ -1012,6 +1022,8 @@ function publishHandler () {