From 071c06d2d58647e857520d734dc3f5017b8f27b6 Mon Sep 17 00:00:00 2001 From: James <james@rezo.net> Date: Mon, 11 Dec 2006 17:33:03 +0000 Subject: [PATCH] =?UTF-8?q?on=20acc=C3=A9dait=20plus=20aux=20=C3=A9tapes?= =?UTF-8?q?=20d'installation=20de=20LDAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/install/etape_5.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecrire/install/etape_5.php b/ecrire/install/etape_5.php index 8da28173fe..2e48ac9355 100644 --- a/ecrire/install/etape_5.php +++ b/ecrire/install/etape_5.php @@ -77,11 +77,11 @@ function install_etape_5_dist() echo fieldset(_T('info_authentification_externe'), array( 'etape' => array( - 'label' => _T('texte_annuaire_ldap_1').bouton_suivant('bouton_acces_ldap'), - 'value' => 'ldap1', + 'label' => _T('texte_annuaire_ldap_1'), + 'valeur' => 'ldap1', 'hidden' => true - ) - ) + )), + bouton_suivant('bouton_acces_ldap') ); echo "</form>\n"; } -- GitLab