diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 718e88be596..bf840612b47 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -60,14 +60,14 @@ if ($_GET["action"] == 'edit') print '
'; print ''; - print ''; + print '
'; print ''; print ''; print ''; print '
Informations sur la société ou association
Nom de la société/association'; print '
Pays de la société'; - print $form->select_pays(MAIN_INFO_SOCIETE_PAYS); + $form->select_pays(MAIN_INFO_SOCIETE_PAYS); print '
Numéro de TVA intracommunautaire'; @@ -89,7 +89,7 @@ if ($_GET["action"] == 'edit') else { - print ''; + print '
'; print ''; print '';
Informations sur la société/association'.$langs->trans("Value").'
Nom de la société/association' . MAIN_INFO_SOCIETE_NOM . '