Code

removed divlist
[gosa.git] / 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= "";