From: hickert Date: Fri, 20 Apr 2007 12:04:55 +0000 (+0000) Subject: ACL changes: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=49dbcd7bbcb887bc86e5a91509b129e220ce93c5;p=gosa.git ACL changes: Management List -> Fixed action cols size. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6155 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/acl/class_divListACL.inc b/plugins/admin/acl/class_divListACL.inc index c40a02e97..0507b7074 100644 --- a/plugins/admin/acl/class_divListACL.inc +++ b/plugins/admin/acl/class_divListACL.inc @@ -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"=>" ", "attach"=>"style='width:20px;'"));