Fix: Message "ajouter document"
This commit is contained in:
parent
64a26798ec
commit
363e681460
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user