X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fecrire%2Finstall%2Fetape_ldap3.php;h=4f8b61c30ee414926a7ca42c1d07af44a58ce8a0;hb=refs%2Ftags%2F3.0.0;hp=5f00d3fda467d031c6f5013a28cedc0bfb4e99f8;hpb=bca3db9e1ab94e469b01f7e994a5e095de5f88c4;p=ptitvelo%2Fweb%2Fwww.git diff --git a/www/ecrire/install/etape_ldap3.php b/www/ecrire/install/etape_ldap3.php index 5f00d3f..4f8b61c 100644 --- a/www/ecrire/install/etape_ldap3.php +++ b/www/ecrire/install/etape_ldap3.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2012 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -25,7 +25,7 @@ function install_etape_ldap3_dist() ? _INSTALL_BASE_LDAP : "ou=users, dc=mon-domaine, dc=com"; - echo install_debut_html(); + echo install_debut_html('AUTO', ' onload="document.getElementById(\'suivant\').focus();return false;"'); echo info_etape(_T('info_chemin_acces_1'),info_progression_etape(3,'etape_ldap','install/')),_T('info_chemin_acces_2'); @@ -48,13 +48,13 @@ function install_etape_ldap3_dist() if (is_array($names)) { for ($j = 0; $j < $names["count"]; $j++) { $n++; - $res .= "
  • \n"; + $res .= "\n"; } } }