|
@@ -77,7 +77,7 @@ discard block |
|
|
block discarded – undo |
|
77
|
77
|
echo info_etape( |
|
78
|
78
|
_T('titre_connexion_ldap'), |
|
79
|
79
|
info_progression_etape(2, 'etape_ldap', 'install/') |
|
80
|
|
- ), _T('info_connexion_ldap_ok'); |
|
|
80
|
+ ), _T('info_connexion_ldap_ok'); |
|
81
|
81
|
echo generer_form_ecrire('install', ( |
|
82
|
82
|
"\n<input type='hidden' name='etape' value='ldap3' />" |
|
83
|
83
|
. "\n<input type='hidden' name='adresse_ldap' value=\"".spip_htmlspecialchars($adresse_ldap)."\" />" |
|
@@ -89,10 +89,10 @@ discard block |
|
|
block discarded – undo |
|
89
|
89
|
. bouton_suivant())); |
|
90
|
90
|
} else { |
|
91
|
91
|
echo info_etape(_T('titre_connexion_ldap')), info_progression_etape(1, 'etape_ldap', 'install/', true), |
|
92
|
|
- "<div class='error'><p>" . _T('avis_connexion_ldap_echec_1') . '</p>', |
|
93
|
|
- '<p>' . _T('avis_connexion_ldap_echec_2') . |
|
94
|
|
- "<br />\n" . _T('avis_connexion_ldap_echec_3') . |
|
95
|
|
- '<br /><br />' . $erreur . '<b> ?</b></p></div>'; |
|
|
92
|
+ "<div class='error'><p>"._T('avis_connexion_ldap_echec_1').'</p>', |
|
|
93
|
+ '<p>'._T('avis_connexion_ldap_echec_2'). |
|
|
94
|
+ "<br />\n"._T('avis_connexion_ldap_echec_3'). |
|
|
95
|
+ '<br /><br />'.$erreur.'<b> ?</b></p></div>'; |
|
96
|
96
|
} |
|
97
|
97
|
|
|
98
|
98
|
echo install_fin_html(); |
Please login to merge, or discard this patch.