diff --git a/htdocs/comm/docsoc.php b/htdocs/comm/docsoc.php index 7016307b14b..66f7eef2790 100644 --- a/htdocs/comm/docsoc.php +++ b/htdocs/comm/docsoc.php @@ -99,8 +99,8 @@ if ($socid > 0) print "\n"; print ""; - print ""; - print ""; + print ""; + print ""; print ""; print ""; print "
Documents associés à l'entreprise : $objsoc->nom
idp\">Commercialidp\">Comptaidp\">Commercialidp\">Comptaidp\">Notes[idp&action=edit\">Editer]
"; @@ -123,7 +123,9 @@ if ($socid > 0) if ($objsoc->prefix_comm) { print $objsoc->prefix_comm; - } else { + } + else + { print "[idp&action=attribute_prefix\">Attribuer]"; } @@ -161,7 +163,7 @@ if ($socid > 0) if (!is_dir($dir.$file) && substr($file, 0, 1) <> '.' && substr($file, 0, 3) <> 'CVS') { print ''; - echo ''.$file.''; + echo ''.$file.''; print "\n"; print ''.filesize($upload_dir."/".$file). ' bytes'; @@ -179,7 +181,7 @@ if ($socid > 0) } else { - print "

Impossible d'ouvrir : $upload_dir"; + print "

Impossible d'ouvrir : ".$upload_dir.""; } } else