Code

ACL changes:
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 12:04:55 +0000 (12:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 12:04:55 +0000 (12:04 +0000)
Management List -> Fixed action cols size.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6155 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/acl/class_divListACL.inc

index c40a02e975e262306da9515797c3ac82c6ff7455..0507b7074d215abdef09a812b7ee7836475753b7 100644 (file)
@@ -42,7 +42,7 @@ class divListACL extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col */
-    $this->action_col_size = 110;
+    $this->action_col_size = 120;
 
     /* set Page header */
     $this->AddHeader(array("string"=>"&nbsp;",          "attach"=>"style='width:20px;'"));