Code

Fixed class instantiation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Sep 2007 15:50:27 +0000 (15:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Sep 2007 15:50:27 +0000 (15:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7338 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_SnapShotDialog.inc
include/class_acl.inc
plugins/admin/acl/class_aclRole.inc
plugins/admin/groups/class_groupApplication.inc
plugins/admin/mimetypes/class_mimetypeGeneric.inc
plugins/admin/systems/class_servDNSeditZone.inc

index 1431eb4ec59860c1f064c6e68120177c2f785c4d..00e1f870d53a952be0c7e13b33dd28575c79aabf 100755 (executable)
@@ -91,7 +91,7 @@ class SnapShotDialog extends plugin
                                $tmp = $this->Available_SnapsShots($this->dn,true);
                        }
 
-                       $DivListSnapShots = new DivSelectBox("SnapShotRestore");
+                       $DivListSnapShots = new divSelectBox("SnapShotRestore");
                        $DivListSnapShots->SetHeight(180);
 
                        $list_of_elements = array();                    
index cdc6b9ffd9affd7d4770e3056281aea616337f78..9bf8e623825c0b6f49257a732a9d599cff2689ca 100644 (file)
@@ -397,7 +397,7 @@ class acl extends plugin
 
     if ($this->dialogState == 'head'){
       /* Draw list */
-      $aclList= new DivSelectBox("aclList");
+      $aclList= new divSelectBox("aclList");
       $aclList->SetHeight(450);
       
       /* Fill in entries */
@@ -418,7 +418,7 @@ class acl extends plugin
 
     if ($this->dialogState == 'create'){
       /* Draw list */
-      $aclList= new DivSelectBox("aclList");
+      $aclList= new divSelectBox("aclList");
       $aclList->SetHeight(150);
 
       /* Add settings for all categories to the (permanent) list */
@@ -554,7 +554,7 @@ class acl extends plugin
 
   function buildRoleSelector($list)
   {
-    $D_List =new DivSelectBox("Acl_Roles");
+    $D_List =new divSelectBox("Acl_Roles");
  
     $selected = $this->aclContents;
     if(!is_string($this->aclContents) || !isset($list[$this->aclContents])){
index 0744742f839d053907a44b2682b47eca6edc11d6..a03ee5b0f15c7a676a01428425dc9fc2dce951d0 100644 (file)
@@ -328,7 +328,7 @@ class aclrole extends acl
 
     if ($this->dialogState == 'head'){
       /* Draw list */
-      $aclList= new DivSelectBox("aclList");
+      $aclList= new divSelectBox("aclList");
       $aclList->SetHeight(350);
       
       /* Fill in entries */
@@ -349,7 +349,7 @@ class aclrole extends acl
 
     if ($this->dialogState == 'create'){
       /* Draw list */
-      $aclList= new DivSelectBox("aclList");
+      $aclList= new divSelectBox("aclList");
       $aclList->SetHeight(450);
 
       /* Add settings for all categories to the (permanent) list */
index a81f3de2fbff104e90f239479a628b94a97f6cc1..9ee859b2c4b8704c5a39b29b01ce0f0ac781e981 100644 (file)
@@ -652,7 +652,7 @@ class appgroup extends plugin
 
 
     /* Create application list */
-    $div = new DivSelectBox("appgroup");    
+    $div = new divSelectBox("appgroup");    
     $div->SetHeight(300);
     $departments = array();
     $res = get_list("(objectClass=gosaDepartment)", "application", $this->curbase,array("description","cn","ou"),GL_SIZELIMIT);
@@ -702,7 +702,7 @@ class appgroup extends plugin
     }
 
     /* Create list of used/assigned applications */
-    $div2 = new DivSelectBox("appgroup");
+    $div2 = new divSelectBox("appgroup");
     $div2->SetHeight(300);
 
     /* Check acls to create "edit/remove" category links */
index 27e4b7e6d4d253f04d3adf1314b470acaef8c88c..9c22869a637848472970461d2c74be27946f0c3b 100644 (file)
@@ -268,9 +268,9 @@ class mimetype extends plugin
     }  
 
     /* Create divlists */
-    $DivPatterns       = new DivSelectBox("gotoMimePatterns");
-    $DivApps           = new DivSelectBox("gotoMimeApplications");
-    $DivEApps          = new DivSelectBox("gotoMimeEmbeddedApplications");
+    $DivPatterns       = new divSelectBox("gotoMimePatterns");
+    $DivApps           = new divSelectBox("gotoMimeApplications");
+    $DivEApps          = new divSelectBox("gotoMimeEmbeddedApplications");
     $DivPatterns       -> SetHeight(100);
     $DivApps           -> SetHeight(100);
     $DivEApps          -> SetHeight(100);
index dfe48c506de726d951823314c53ce50fde31a873..d1326ba9252b511a579f8c32681f3f47c080df44 100644 (file)
@@ -319,7 +319,7 @@ class servdnseditZone extends plugin
     }
 
 
-    $div = new DivSelectBox("MxRecords");
+    $div = new divSelectBox("MxRecords");
     $div->setHeight(120);
     $recs = $this->mXRecords;