From 2f3a55c02d5b2ff5cd062e3d4c97c6137688a5ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Jul 2004 19:59:03 +0000 Subject: [PATCH] Correction alternance du style sur lignes tableaux --- htdocs/admin/index.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 26a95c84b0e..fbce18e773c 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -57,11 +57,10 @@ if ($_GET["action"] == 'edit') print $form->select_pays(MAIN_INFO_SOCIETE_PAYS); print ''; - - print 'Numéro de tva intracommunautaire'; + print 'Numéro de tva intracommunautaire'; print ''; - print ''; + print ''; print ''; print ''; } @@ -76,7 +75,7 @@ else print $form->pays_name(MAIN_INFO_SOCIETE_PAYS); print ''; - print 'Numéro de tva intracommunautaire' . MAIN_INFO_TVAINTRA . ''; + print 'Numéro de tva intracommunautaire' . MAIN_INFO_TVAINTRA . ''; print '
'; print '
';