From bc4ffe43968ac0577ddd07ec4f53ae7fde20a610 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Aug 2005 23:34:06 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/index.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 5146681e6c6..309ccd4a489 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -76,7 +76,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') print ''; print ''.$langs->trans("CompanyAddress").''; - print ''; + print ''; print ''.$langs->trans("Country").''; $form->select_pays(MAIN_INFO_SOCIETE_PAYS); @@ -86,7 +86,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') $form->select_currency(MAIN_MONNAIE,"currency"); print ''; - print ''.$langs->trans("Capital").''; + print ''.$langs->trans("Capital").''; print ''; print ''; @@ -113,23 +113,23 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') if ($langs->transcountry("ProfId1",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId1",$code_pays).''; + print ''.$langs->transcountry("ProfId1",$code_pays).''; print ''; } if ($langs->transcountry("ProfId2",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId2",$code_pays).''; + print ''.$langs->transcountry("ProfId2",$code_pays).''; print ''; } if ($langs->transcountry("ProfId3",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId3",$code_pays).''; + print ''.$langs->transcountry("ProfId3",$code_pays).''; print ''; } - print ''.$langs->trans("TVAIntra").''; + print ''.$langs->trans("TVAIntra").''; print ''; print ''; @@ -147,19 +147,19 @@ else print ''; print ''; - print ''; + print ''; - print ''; + print ''; print ''; - print ''; - print ''; print '
'.$langs->trans("CompanyInfo").''.$langs->trans("Value").'
'.$langs->trans("CompanyName").'' . MAIN_INFO_SOCIETE_NOM . '
'.$langs->trans("CompanyName").'' . MAIN_INFO_SOCIETE_NOM . '
'.$langs->trans("CompanyAddress").'' . nl2br(MAIN_INFO_SOCIETE_ADRESSE) . '
'.$langs->trans("CompanyAddress").'' . nl2br(MAIN_INFO_SOCIETE_ADRESSE) . '
'.$langs->trans("Country").''; print $form->pays_name(MAIN_INFO_SOCIETE_PAYS,1); print '
'.$langs->trans("CompanyCurrency").''; + print '
'.$langs->trans("CompanyCurrency").''; print $form->currency_name(MAIN_MONNAIE,1); print '
'.$langs->trans("Capital").''; + print '
'.$langs->trans("Capital").''; print MAIN_INFO_CAPITAL . '
'; @@ -184,19 +184,19 @@ else if ($langs->transcountry("ProfId1",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId1",$code_pays).''; + print ''.$langs->transcountry("ProfId1",$code_pays).''; print MAIN_INFO_SIREN . ''; } if ($langs->transcountry("ProfId2",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId2",$code_pays).''; + print ''.$langs->transcountry("ProfId2",$code_pays).''; print MAIN_INFO_SIRET . ''; } if ($langs->transcountry("ProfId3",$code_pays) != '-') { - print ''.$langs->transcountry("ProfId3",$code_pays).''; + print ''.$langs->transcountry("ProfId3",$code_pays).''; print MAIN_INFO_APE . ''; }