summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b74895e)
raw | patch | inline | side by side (parent: b74895e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 14:16:40 +0000 (14:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 14:16:40 +0000 (14:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17526 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_aclRole.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc
index 18b3fce7ca90c7e207e209a884e6e90cf192b6ee..d36f235d7cc5c9e169a752190721a362dc659274 100644 (file)
/* 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= "";