From 0dd337839c2bd1cb25094710c1108f056564039a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 8 Jun 2006 21:08:11 +0000 Subject: [PATCH] removed old ldap stuff --- setup/index.php | 19 ------------------- setup/templates/default/setup_main.tpl | 6 ------ 2 files changed, 25 deletions(-) diff --git a/setup/index.php b/setup/index.php index 3df5024d96..b92cd29095 100644 --- a/setup/index.php +++ b/setup/index.php @@ -418,7 +418,6 @@ 'submit',lang('Configure Now'), ''); $setup_tpl->set_var('config_table_data',$btn_config_now); - $setup_tpl->set_var('ldap_table_data',' '); break; case 10: $setup_tpl->set_var('config_status_img',$completed); @@ -435,30 +434,12 @@ 'submit',lang('Edit Current Configuration'), '' ); - if ($config['auth_type'] == 'ldap') - { - if ($config['ldap_host'] != '') - { - $btn_config_ldap = $GLOBALS['egw_setup']->html->make_frm_btn_simple( - lang('LDAP account import/export'), - 'post','ldap.php', - 'submit',lang('Configure Now'), - '' - ); - } - else - { - $btn_config_ldap = ''; - } - } $setup_tpl->set_var('config_table_data',$btn_edit_config); - $setup_tpl->set_var('ldap_table_data',$btn_config_ldap); break; default: $setup_tpl->set_var('config_status_img',$incomplete); $setup_tpl->set_var('config_status_alt',lang('not completed')); $setup_tpl->set_var('config_table_data',lang('Not ready for this stage yet')); - $setup_tpl->set_var('ldap_table_data',' '); break; } // Admin Account Section diff --git a/setup/templates/default/setup_main.tpl b/setup/templates/default/setup_main.tpl index ddfac1b56f..7c42dd3657 100644 --- a/setup/templates/default/setup_main.tpl +++ b/setup/templates/default/setup_main.tpl @@ -20,12 +20,6 @@ {config_table_data} - -   - - {ldap_table_data} - -