summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 475588d)
raw | patch | inline | side by side (parent: 475588d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Nov 2005 09:11:03 +0000 (09:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Nov 2005 09:11:03 +0000 (09:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2016 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 4bc1a46c0ff1dea0f1f7e82bbb4a8174bd935a79..2d551801a8602efb9925fdc5ebd8c25ed59869c9 100644 (file)
$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;
}