From: hickert Date: Thu, 8 Jun 2006 03:48:54 +0000 (+0000) Subject: added tooltips to divlist X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=23fe15b00a035af4e3e9dbfdf80a8467eb2eec42;p=gosa.git added tooltips to divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3681 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index 426b97b15..7ba7bcf44 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -83,27 +83,32 @@ class divListSystemService extends MultiSelectWindow $actions =""; if($entry['AllowStart']){ - $actions .= " "; + $actions .= " "; }else{ $actions .= " "; } if($entry['AllowStart']){ - $actions .= " "; + $actions .= " "; }else{ $actions .= " "; } if($entry['AllowStart']){ - $actions .= " "; + $actions .= " "; }else{ $actions .= " "; } if($entry['AllowEdit']){ - $actions .= " "; + $actions .= " "; }else{ $actions .= " "; } if($entry['AllowRemove']){ - $actions .= " "; + $actions .= " "; }else{ $actions .= " "; }