From: hickert Date: Fri, 30 Nov 2007 15:02:10 +0000 (+0000) Subject: Fixed server service images X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=843d0c79b91d2fbba3a19501e8c334f259a86155;p=gosa.git Fixed server service images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7967 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index 80d306326..15344f3b3 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -100,19 +100,19 @@ class divListSystemService extends MultiSelectWindow $actions .= " "; }else{ - $actions .= " "; + $actions .= " "; } if($entry['AllowStart'] && $WasAccount){ $actions .= " "; }else{ - $actions .= " "; + $actions .= " "; } if($entry['AllowStart'] && $WasAccount){ $actions .= " "; }else{ - $actions .= " "; + $actions .= " "; } /* Check if edit is enabled and allowed for current service */ @@ -120,7 +120,7 @@ class divListSystemService extends MultiSelectWindow $actions .= " "; }else{ - $actions .= " "; + $actions .= " "; } /* Check if remove is enabled and allowed for current service */ @@ -128,7 +128,7 @@ class divListSystemService extends MultiSelectWindow $actions .= " "; }else{ - $actions .= " "; + $actions .= " "; } $field3 = array("string" => $actions ,"attach" => "style='width:100px;border-right:0px;'");