From: hickert Date: Wed, 20 Apr 2011 11:27:19 +0000 (+0000) Subject: Updated acl list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f10f1c6cda0502ff9e25039410904676c4630c8;p=gosa.git Updated acl list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20757 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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.