Code

Action col in user lsit was to small to display template icon too
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Jul 2006 04:26:36 +0000 (04:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Jul 2006 04:26:36 +0000 (04:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4211 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/users/class_divListUsers.inc

index ed885c2d0cc8443d0f384cad8f3913f1a3f2fda0..79adad8168bf3071767d4f0aadec38cb57c34df4 100644 (file)
@@ -46,7 +46,7 @@ class divListUsers extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 88;
+    $action_col_size = 104;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38;
     }