From: hickert Date: Wed, 23 Nov 2005 09:11:03 +0000 (+0000) Subject: Fixed arrows X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc1ee50882e760df11a099cdb0f566f61343f305;p=gosa.git Fixed arrows git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2016 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc index 4bc1a46c0..2d551801a 100644 --- a/plugins/admin/systems/class_workstationStartup.inc +++ b/plugins/admin/systems/class_workstationStartup.inc @@ -388,9 +388,9 @@ class workstartup extends plugin $i = 1; foreach($this->FAIclass as $class){ if($i==1){ - $str = $str_down.$str_empty.$str_remove; + $str = $str_empty.$str_down.$str_remove; }elseif($i == count($this->FAIclass)){ - $str = $str_empty.$str_up.$str_remove; + $str = $str_up.$str_empty.$str_remove; }else{ $str = $str_up.$str_down.$str_remove; }