summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a67eab)
raw | patch | inline | side by side (parent: 2a67eab)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Sep 2007 15:50:27 +0000 (15:50 +0000) | ||
committer | cajus <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
index 1431eb4ec59860c1f064c6e68120177c2f785c4d..00e1f870d53a952be0c7e13b33dd28575c79aabf 100755 (executable)
$tmp = $this->Available_SnapsShots($this->dn,true);
}
- $DivListSnapShots = new DivSelectBox("SnapShotRestore");
+ $DivListSnapShots = new divSelectBox("SnapShotRestore");
$DivListSnapShots->SetHeight(180);
$list_of_elements = array();
diff --git a/include/class_acl.inc b/include/class_acl.inc
index cdc6b9ffd9affd7d4770e3056281aea616337f78..9bf8e623825c0b6f49257a732a9d599cff2689ca 100644 (file)
--- a/include/class_acl.inc
+++ b/include/class_acl.inc
if ($this->dialogState == 'head'){
/* Draw list */
- $aclList= new DivSelectBox("aclList");
+ $aclList= new divSelectBox("aclList");
$aclList->SetHeight(450);
/* Fill in entries */
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 */
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)
if ($this->dialogState == 'head'){
/* Draw list */
- $aclList= new DivSelectBox("aclList");
+ $aclList= new divSelectBox("aclList");
$aclList->SetHeight(350);
/* Fill in entries */
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 */
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index a81f3de2fbff104e90f239479a628b94a97f6cc1..9ee859b2c4b8704c5a39b29b01ce0f0ac781e981 100644 (file)
/* 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);
}
/* 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 */
diff --git a/plugins/admin/mimetypes/class_mimetypeGeneric.inc b/plugins/admin/mimetypes/class_mimetypeGeneric.inc
index 27e4b7e6d4d253f04d3adf1314b470acaef8c88c..9c22869a637848472970461d2c74be27946f0c3b 100644 (file)
}
/* 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);
diff --git a/plugins/admin/systems/class_servDNSeditZone.inc b/plugins/admin/systems/class_servDNSeditZone.inc
index dfe48c506de726d951823314c53ce50fde31a873..d1326ba9252b511a579f8c32681f3f47c080df44 100644 (file)
}
- $div = new DivSelectBox("MxRecords");
+ $div = new divSelectBox("MxRecords");
$div->setHeight(120);
$recs = $this->mXRecords;