From 9424dc56ff0427a2f46896396921e285acc1bea9 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 7 Apr 2010 14:16:40 +0000 Subject: [PATCH] removed divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17526 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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= ""; -- 2.30.2