Code

removed divlist
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 14:16:40 +0000 (14:16 +0000)
committerhickert <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

index 18b3fce7ca90c7e207e209a884e6e90cf192b6ee..d36f235d7cc5c9e169a752190721a362dc659274 100644 (file)
@@ -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= "";