Code

Removed divSelect list
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 12:05:10 +0000 (12:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 12:05:10 +0000 (12:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17548 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc

index 770f39a31f1850be6b2ec0296dd045fe2af0ae1d..9d0ae67f5bf1d4b8f0ba51d0b6af633140dcb5f3 100644 (file)
@@ -436,8 +436,6 @@ class appgroup extends plugin
     $smarty->assign("plug_id" , $_GET['plug']);
 
     /* Create application list */
-    $div = new divSelectBox("appgroup");
-    $div->SetHeight(300);
     $departments = array();
     if(!$this->enableReleaseManagement){
       $res = get_list("(objectClass=gosaDepartment)", "application", $this->curbase,array("description","cn","ou"),GL_SIZELIMIT);