X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setup.inc;h=700ea7761d84047d0aa46178782eedcf07b323e6;hb=68503ecbb4d310b61ef8f1f32003fc739bacb237;hp=39b13b2693eff98724b573a57ca79bfc8a6065c4;hpb=009473598369b39346519a1a2eb206c08f5e8a40;p=gosa.git diff --git a/setup/class_setup.inc b/setup/class_setup.inc index 39b13b269..700ea7761 100644 --- a/setup/class_setup.inc +++ b/setup/class_setup.inc @@ -59,6 +59,12 @@ class setup function execute() { + /* display step error msgs */ + $msgs = $this->o_steps[$this->i_current]->check(); + foreach($msgs as $msg){ + print_red($msg); + } + $this->o_steps[$this->i_last]->set_active(FALSE); $this->o_steps[$this->i_current]->set_active(); $content = $this->o_steps[$this->i_current]->execute(); @@ -238,7 +244,7 @@ class setup if($this->o_steps[$this->i_current]->dialog){ $str =""; }else{ - $str =""; + $str ="

 

"; $str.="
"; if(isset($this->o_steps[$this->i_current -1]) && $this->o_steps[$this->i_current -1]->is_enabled()){ $str .= ""; @@ -246,11 +252,7 @@ class setup $str .= ""; } $str.= " "; - if(isset($this->o_steps[$this->i_current + 1])){ $str .= ""; - }else{ - $str .= ""; - } $str .="
"; } return($str);