Code

Moved new_ldap_conf
[gosa.git] / gosa-core / setup / class_setup.inc
index c3c0e53e63dbe18f3608c1d78861dfedaf6210e0..151d29fdd1fa5d8eb6d1df351c957fa9c11fa1d0 100644 (file)
@@ -73,7 +73,7 @@ class setup
     /* display step error msgs */
     $msgs = $this->o_steps[$this->i_current]->check();
     foreach($msgs as $msg){
-      print_red($msg);
+      msg_dialog::display(_("Setup error"), $msg, ERROR_DIALOG);
     }
 
     $this->o_steps[$this->i_last]->set_active(FALSE);