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 '| '.$langs->trans("CompanyInfo").' | '.$langs->trans("Value").' |
';
- print '| '.$langs->trans("CompanyName").' | ' . MAIN_INFO_SOCIETE_NOM . ' |
';
+ print '| '.$langs->trans("CompanyName").' | ' . MAIN_INFO_SOCIETE_NOM . ' |
';
- print '| '.$langs->trans("CompanyAddress").' | ' . nl2br(MAIN_INFO_SOCIETE_ADRESSE) . ' |
';
+ print '| '.$langs->trans("CompanyAddress").' | ' . nl2br(MAIN_INFO_SOCIETE_ADRESSE) . ' |
';
print '| '.$langs->trans("Country").' | ';
print $form->pays_name(MAIN_INFO_SOCIETE_PAYS,1);
print ' |
';
- print '| '.$langs->trans("CompanyCurrency").' | ';
+ print ' |
| '.$langs->trans("CompanyCurrency").' | ';
print $form->currency_name(MAIN_MONNAIE,1);
print ' |
';
- print '| '.$langs->trans("Capital").' | ';
+ print ' |
| '.$langs->trans("Capital").' | ';
print MAIN_INFO_CAPITAL . ' |
';
print '
';
@@ -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 . ' |
';
}