From 8f4ebf0f7d1dd3edca31e4d59d919b1822d9cdaf Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 May 2007 09:23:56 +0000 Subject: [PATCH] Removed: create from existing user git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6338 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Migrate.inc | 33 ++++++++----------------------- setup/setup_migrate.tpl | 33 +++---------------------------- 2 files changed, 11 insertions(+), 55 deletions(-) diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 8354a765e..b75cb097f 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -67,7 +67,6 @@ class Step_Migrate extends setup_step /* Create Acl attributes */ var $acl_create_dialog = FALSE; - var $acl_create_type = "group"; var $acl_create_selected= ""; // Currently selected element, that should receive admin rights var $acl_create_changes = ""; // Contains ldif information about changes var $acl_create_confirmed= FALSE; @@ -1264,14 +1263,14 @@ class Step_Migrate extends setup_step $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_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_acls_create'])){ $this->create_admin(TRUE); @@ -1288,11 +1287,6 @@ class Step_Migrate extends setup_step $smarty = get_smarty(); $smarty->assign("new_user_password",@$_POST['new_user_password']); $smarty->assign("new_user_password2",@$_POST['new_user_password2']); - $smarty->assign("users" ,$this->get_user_list()); - $smarty->assign("users_cnt" ,count($this->get_user_list())); - $smarty->assign("groups",$this->get_group_list()); - $smarty->assign("groups_cnt",count($this->get_group_list())); - $smarty->assign("type" ,$this->acl_create_type); $smarty->assign("method","create_acls"); $smarty->assign("acl_create_selected",$this->acl_create_selected); $smarty->assign("what_will_be_done_now",$this->acl_create_changes); @@ -1440,21 +1434,10 @@ class Step_Migrate extends setup_step /* Get "create acl" dialog posts */ if($this->acl_create_dialog){ - if(isset($_POST['create_acls_create'])){ - if(isset($_POST['create_acls_selected'])){ - $this->acl_create_selected = base64_decode($_POST['create_acls_selected']); - }else{ - $this->acl_create_selected = ""; - } - } if(isset($_POST['create_acls_create_abort'])){ $this->acl_create_selected = ""; } - - if(isset($_POST['acl_create_type'])){ - $this->acl_create_type = $_POST['acl_create_type']; - } } /* Get selected departments */ diff --git a/setup/setup_migrate.tpl b/setup/setup_migrate.tpl index 8937ca4e7..5abb0b8a1 100644 --- a/setup/setup_migrate.tpl +++ b/setup/setup_migrate.tpl @@ -243,40 +243,13 @@ document.mainform.new_user_password.focus(); --> - - - {if $users_cnt != 0 || $groups_cnt != 0 } - -

{t}Assign super administrator permissions to an existing user or group{/t}

-

{t}To grant administrative permissions to a user or a group, select an object and choose 'Assign'.{/t}

- - - - {/if} -

 

+

 

+
- - {/if} - - - + {/if} {elseif $method == "migrate_deps"}

Department migration

-- 2.30.2