Code

Updated group list sizes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Feb 2007 04:19:08 +0000 (04:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Feb 2007 04:19:08 +0000 (04:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5695 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_divListOGroup.inc

index 204ecbfce0825275a40bd46214492c3909e5b4d7..ad23b1f3dd891d083ad125691a52bc8a7f7b16bf 100755 (executable)
@@ -48,7 +48,7 @@ class divListOGroup extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }
@@ -172,7 +172,7 @@ class divListOGroup extends MultiSelectWindow
     $empty    = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }