From: hickert Date: Wed, 7 Apr 2010 14:16:40 +0000 (+0000) Subject: removed divlist X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9424dc56ff0427a2f46896396921e285acc1bea9;p=gosa.git removed divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17526 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index 18b3fce7c..d36f235d7 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -379,16 +379,13 @@ class aclrole extends acl /* Draw list */ - $aclList= new divSelectBox("aclList"); - $aclList->SetHeight(450); - $data = $lData = array(); + $data = $lData = array(); // Create a map of all used sections, this allows us to simply hide the remove button // if no acl is configured for the given section // e.g. ';all;department/country;users/user; $usedList = ";".implode(array_keys($this->aclContents),';').";"; - /* Add settings for all categories to the (permanent) list */ foreach ($this->aclObjects as $section => $dsc){ $summary= "";