From 23fe15b00a035af4e3e9dbfdf80a8467eb2eec42 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 8 Jun 2006 03:48:54 +0000 Subject: [PATCH] added tooltips to divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3681 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/class_divListSystemService.inc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 .= " "; } -- 2.30.2