X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Finstall%2Fetape_ldap3.php;h=4f8b61c30ee414926a7ca42c1d07af44a58ce8a0;hp=5f00d3fda467d031c6f5013a28cedc0bfb4e99f8;hb=122c920eb07e3f665789f8734965b576e6c25515;hpb=226942065cd4f604eb464addf45a065c9e5bc916 diff --git a/www/ecrire/install/etape_ldap3.php b/www/ecrire/install/etape_ldap3.php index 5f00d3fd..4f8b61c3 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"; } } }