diff --git a/views/bootstrap/class.RemoveUserFromProcesses.php b/views/bootstrap/class.RemoveUserFromProcesses.php index 7fbcbfff4..1f531aed8 100644 --- a/views/bootstrap/class.RemoveUserFromProcesses.php +++ b/views/bootstrap/class.RemoveUserFromProcesses.php @@ -230,7 +230,6 @@ $(document).ready( function() { $this->rowStart(); $this->columnStart(4); - $this->warningMsg(getMLText("confirm_rm_user_from_processes", array ("username" => htmlspecialchars($rmuser->getFullName())))); $reviewStatus = $rmuser->getReviewStatus(); $tmpr = array(); @@ -315,7 +314,8 @@ $(document).ready( function() { getMLText('approvals_rejected_latest', array('no_approvals' => $ca["-1"])) ); } - + if($out) { + $this->warningMsg(getMLText("confirm_rm_user_from_processes", array ("username" => htmlspecialchars($rmuser->getFullName())))); ?>
@@ -355,6 +355,9 @@ $(document).ready( function() {
infoMsg(getMLText("info_rm_user_from_processes_none", array ("username" => htmlspecialchars($rmuser->getFullName())))); + } $this->columnEnd(); $this->columnStart(8); echo '
';