summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 524bc04)
raw | patch | inline | side by side (parent: 524bc04)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 13:42:25 +0000 (13:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 13:42:25 +0000 (13:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6311 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index 41d2a4850ca119367b2d1963684049cc192ed787..173199d0a0f34d7400c636a719c4e7790a9cfcfc 100644 (file)
if(isset($_POST['outside_winstations_dialog_cancel'])){
$this->outside_winstations_dialog = FALSE;
$this->dialog = FALSE;
+ $this->show_details = FALSE;
}
if(isset($_POST['outside_winstations_dialog_whats_done'])){
$this->migrate_outside_winstations(TRUE);
$this->search_outside_winstations();
$this->dialog = FALSE;
+ $this->show_details = FALSE;
$this->outside_winstations_dialog = FALSE;
}
if(isset($_POST['outside_groups_dialog_cancel'])){
$this->outside_groups_dialog = FALSE;
+ $this->show_details = FALSE;
$this->dialog = FALSE;
}
$this->migrate_outside_groups(TRUE);
$this->search_outside_groups();
$this->dialog = FALSE;
+ $this->show_details = FALSE;
$this->outside_groups_dialog = FALSE;
}
if(isset($_POST['outside_users_dialog_cancel'])){
$this->outside_users_dialog = FALSE;
$this->dialog = FALSE;
+ $this->show_details = FALSE;
}
if(isset($_POST['outside_users_dialog_whats_done'])){
$this->migrate_outside_users(TRUE);
$this->search_outside_users();
$this->dialog = FALSE;
+ $this->show_details = FALSE;
$this->outside_users_dialog = FALSE;
}
if(isset($_POST['create_acls_cancel'])){
$this->acl_create_dialog = FALSE;
$this->dialog = FALSE;
+ $this->show_details = FALSE;
}
if(isset($_POST['create_acls_create_confirmed'])){
if($this->create_admin()){
$this->acl_create_dialog = FALSE;
$this->dialog = FALSE;
+ $this->show_details = FALSE;
$this->initialize_checks();
}
}
if(isset($_POST['create_admin_user'])){
if($this->create_admin_user()){
$this->dialog = FALSE;
+ $this->show_details = FALSE;
}
}
if(isset($_POST['users_visible_migrate_close'])){
$this->users_migration_dialog = FALSE;
$this->dialog =FALSE;
+ $this->show_details = FALSE;
}
/* Start migration */
if($this->migrate_gosaAccounts()){
$this->check_gosaAccounts();
$this->dialog = FALSE;
+ $this->show_details = FALSE;
$this->users_migration_dialog = FALSE;
}
}
if(isset($_POST['deps_visible_migrate_close'])){
$this->dep_migration_dialog = FALSE;
$this->dialog =FALSE;
+ $this->show_details = FALSE;
}
/* Start migration */