From 49dbcd7bbcb887bc86e5a91509b129e220ce93c5 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 20 Apr 2007 12:04:55 +0000 Subject: [PATCH] ACL changes: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;'")); -- 2.30.2