summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a8a693)
raw | patch | inline | side by side (parent: 4a8a693)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 09:00:08 +0000 (09:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 09:00:08 +0000 (09:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3455 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index d0f1d793476a2ef5f571538296cc0abd6e6cbf5c..e71dee31665b7293549b0385b4e8b93ad14a886a 100644 (file)
****************/
/* Display dialog with system list */
+ $this->DivListApplication->parent = $this;
$this->DivListApplication->execute();
$this->DivListApplication->AddDepartments($this->DivListApplication->selectedBase);
$this->reload();
diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc
index 947b541af6e40ce03c6911e6b14f4baf36072d67..9856fed429bbc4c9b26d60d45b83edbd0fcddedb 100644 (file)
return ($display);
}else{
/* Display dialog with group list */
+ $this->DivListDepartment->parent = $this;
$this->DivListDepartment->execute();
$this->reload();
$this->DivListDepartment->DepartmentsAdded = true;
index 32152b9cab5b6ed51cba3c94e8c8f775fb532cdc..ea0871b9ee1f725bd498ae2236b6cd38ff854f51 100644 (file)
****************/
/* Display dialog with system list */
+ $this->DivListFai->parent = $this;
$this->DivListFai->execute();
$this->DivListFai->AddDepartments($this->DivListFai->selectedBase,4);
$this->reload();
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index fa15aabc6e9f7f1a1036571377e4f94d666b8e32..fa3592cab455f84e7717bc0a130f3693c9539b13 100644 (file)
}
/* Display dialog with group list */
+ $this->DivListGroup->parent = $this;
$this->DivListGroup->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 82b7bb6a57909292cd457bd806f160e58787d511..ebc120a7a5c408454e0f13dfc51fdfe08f9344ca 100644 (file)
****************/
/* Display dialog with group list */
+ $this->DivListOGroup->parent = $this;
$this->DivListOGroup->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index adcb5b6bee0da4dbe5c68481797110a4a43b30c0..5c37d6b904e6f4ef52e4e39bdd36e50b98fc1c74 100644 (file)
}
/* Display dialog with system list */
+ $this->DivListSystem->parent = $this;
$this->DivListSystem->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index e13892c96c3cc29058ff72454dcbd9a176b285d4..7d2fd5cda6cd0ad5aa561c4c2d9f4ce0d2251b3f 100644 (file)
/* Return rendered main page */
/* Display dialog with system list */
+ $this->DivListUsers->parent = $this;
$this->DivListUsers->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index 63f2dbb77d1af2113f53ec0a2532b2ff3838b067..bcb4c10d546157845430861da2345df283b9077f 100644 (file)
***************/
/* Display dialog with system list */
+ $this->DivListBlocklist->parent = $this;
$this->DivListBlocklist->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 9444cccce279349252e24fb65158ed50494e8ead..a6a20c7d2a3e8728c026fa0ddaef0df07785a763 100644 (file)
/* Return rendered main page */
/* Display dialog with system list */
+ $this->DivListConference->parent = $this;
$this->DivListConference->execute();
/* Add departments if subsearch is disabled */
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index cb28c7e132fdd056abb844b9e5995013258eee5b..23b1720b3a5ed5d3aacc7eccfa8a2e7bbbc03be6 100755 (executable)
/* Return rendered main page */
/* Display dialog with system list */
+ $this->DivListMacro->parent = $this;
$this->DivListMacro->execute();
/* Add departments if subsearch is disabled */