From 843d0c79b91d2fbba3a19501e8c334f259a86155 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 30 Nov 2007 15:02:10 +0000 Subject: [PATCH] Fixed server service images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7967 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_divListSystemService.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;'"); -- 2.30.2