diff --git a/htdocs/soc.php b/htdocs/soc.php
index 41d2eafa643..68f5776e341 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -155,7 +155,9 @@ elseif ($action == 'edit')
print '';
print '';
}
-} else {
+}
+else
+{
print_titre("Fiche société");
@@ -164,33 +166,33 @@ elseif ($action == 'edit')
$soc->id = $socid;
$soc->fetch($socid);
- print '
';
- print '| Nom | '.$soc->nom.' |
';
- print '| Adresse | '.nl2br($soc->adresse).' |
';
- print '| CP | '.$soc->cp.' '.$soc->ville.' |
';
+ print '';
+ print '| Nom | '.$soc->nom.' |
';
+ print '| Adresse | '.nl2br($soc->adresse).' |
';
+ print '| CP | '.$soc->cp.' '.$soc->ville.' |
';
- print '| Tel | '.$soc->tel.' |
';
- print '| Fax | '.$soc->fax.' |
';
- print '| Web | http://'.$soc->url.' |
';
-
- print '| Siren | '.$soc->siren.' |
';
+ print '| Tel | '.$soc->tel.' | ';
+ print 'Fax | '.$soc->fax.' |
';
+ print '| Web | http://'.$soc->url.' |
';
+ print '| Siren | '.$soc->siren.' |
';
+
if ($soc->client)
{
- print '| Client | oui Fiche |
';
+ print '| Client | oui Fiche |
';
}
else
{
- print '| Client | non |
';
+ print '| Client | non |
';
}
if ($soc->fournisseur)
{
- print '| Fournisseur | oui Fiche |
';
+ print '| Fournisseur | oui Fiche |
';
}
else
{
- print '| Fournisseur | non |
';
+ print '| Fournisseur | non |
';
}
print '
';
@@ -199,7 +201,7 @@ elseif ($action == 'edit')
*
*/
- print '
';
+ print '
';
print '| [Editer] | ';
print '- | ';