From 4f10f1c6cda0502ff9e25039410904676c4630c8 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 20 Apr 2011 11:27:19 +0000 Subject: [PATCH] Updated acl list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20757 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_acl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 4d24dbda6..6f0af83fb 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -273,7 +273,7 @@ class acl extends plugin $this->aclMemberList->sortingEnabled(true); $this->aclMemberList->setWidth("100%"); $this->aclMemberList->setHeight("150px"); - //$this->aclMemberList->setColspecs(array('20px','*','*')); + $this->aclMemberList->setColspecs(array('20px','*','*')); $this->aclMemberList->setHeader(array(_("~"),_("Name"),_("Description"))); $this->aclMemberList->setDefaultSortColumn(1); $this->aclMemberList->setAcl('rwcdm'); // All ACLs, we filter on our own here. -- 2.30.2