Code

Updated collsize
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:13:02 +0000 (14:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:13:02 +0000 (14:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11151 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_divListSystem.inc

index 6efa595d92f12c97d2d3db7066b67ffd64707453..9385b940e387e566c6f4829685980e5fb280cca8 100644 (file)
@@ -72,7 +72,7 @@ class divListSystem extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 110;
+    $action_col_size = 120;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38;
     }
@@ -292,7 +292,7 @@ class divListSystem extends MultiSelectWindow
     $empty    ="<img src='images/empty.png' style='width:16px ; height: 16px;' class='center' alt=''>";
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 110;
+    $action_col_size = 120;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38;
     }