diff --git a/htdocs/soc.php3 b/htdocs/soc.php3 index 2a4be22de8b..b31c32a645c 100644 --- a/htdocs/soc.php3 +++ b/htdocs/soc.php3 @@ -139,7 +139,7 @@ elseif ($action == 'edit') print ''; - print ''; + print ''; print ''; print ''; @@ -161,18 +161,46 @@ elseif ($action == 'edit') print 'Webhttp://'.$soc->url.''; print 'Siren'.$soc->siren.' '; - print 'Client'.$soc->client.''; - if ($soc->fournisseur) + + if ($soc->client) { - print 'Fournisseur'.$soc->fournisseur.'Fiche'; + print 'Clientoui'; } else { - print 'Fournisseur'.$soc->fournisseur.''; + print 'Clientnon'; } + + if ($soc->fournisseur) + { + print 'Fournisseuroui'; + } + else + { + print 'Fournisseurnon'; + } + print ''; - print "[Editer]"; + /* + * + */ + + + + print '
'; + + + print ''; + print ''; + print ''; + print ''; + print ''; + print '
[Editer]----

'; + +/* + * + */ clearstatcache(); @@ -181,7 +209,6 @@ elseif ($action == 'edit') if (file_exists ($docdir)) { - print "

$docdir

"; print 'Documents'; } else