Code

Updated diblist action col space, it was a bit too small
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:16:18 +0000 (14:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:16:18 +0000 (14:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11152 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/ogroups/class_divListOGroup.inc
gosa-plugins/fai/admin/fai/class_divListFai.inc

index 74e7c7447ad33546e4a47e2b6b0b170943cfb673..1c55e52148eb5069efcf5dde8ecb684001406db4 100644 (file)
@@ -68,7 +68,7 @@ class divListOGroup extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 80;
+    $action_col_size = 90;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }
@@ -248,7 +248,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 = 80;
+    $action_col_size = 90;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }
index 1544c1a648565eee71b57da4547c052151c7aea8..3e4aaace63ba6b2a7539d321e88ae858f34dbac0 100644 (file)
@@ -39,7 +39,7 @@ class divListFai extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 120;
+    $action_col_size = 130;
 
     /* Toggle all selected / deselected */
     $chk = "<input type='checkbox' id='select_all' name='select_all' title='"._("Select all")."'
@@ -192,7 +192,7 @@ class divListFai extends MultiSelectWindow
 
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 120;
+    $action_col_size = 130;
 #   if($this->parent->snapshotEnabled()){
 #     $action_col_size += 32;
 #   }