Fix: Message "ajouter document"

This commit is contained in:
Laurent Destailleur 2007-02-22 21:16:31 +00:00
parent 64a26798ec
commit 363e681460

View File

@ -165,7 +165,7 @@ if ($socid > 0)
// Affiche formulaire upload // Affiche formulaire upload
$html=new Form($db); $html=new Form($db);
$html->form_attach_new_file('docsoc.php?socid='.$socid,$langs->trans("AddPhoto"),0); $html->form_attach_new_file('docsoc.php?socid='.$socid);
// Affiche liste des documents existant // Affiche liste des documents existant
print_titre($langs->trans("AttachedFiles")); print_titre($langs->trans("AttachedFiles"));
@ -190,6 +190,7 @@ if ($socid > 0)
} }
} }
print "</table><br><br>"; print "</table><br><br>";
// Courriers // Courriers
// Les courriers sont des documents speciaux generes par des scripts // Les courriers sont des documents speciaux generes par des scripts
// Voir Rodo // Voir Rodo