1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-26 00:27:29 +02:00

Corrections mineures

This commit is contained in:
galaxyoyo
2019-09-25 01:15:03 +02:00
parent 2b1bb79efb
commit 6bb27034ce
6 changed files with 25 additions and 52 deletions

View File

@ -121,7 +121,7 @@ function printDocuments($documents)
$user = User::fromId($document->getUserId());
$surname = $user->getSurname();
$first_name = $user->getFirstName();
$name = DocumentType::getTranslatedName($document->getType());
$name = "Autorisation de droit à l'image";
$version = $document->getVersion();
echo "$name de $first_name $surname (version $version) : <a href=\"/file/$file_id\"><strong>Télécharger</strong></a><br />\n";
}