1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 12:38:26 +02:00

Optimisation des téléchargements ZIP

This commit is contained in:
Yohann
2019-09-09 12:15:48 +02:00
committed by galaxyoyo
parent 190039a5e8
commit 57d2bb9bec
7 changed files with 90 additions and 59 deletions

View File

@ -41,7 +41,8 @@ if ($team->isSelectedForFinal()) {
<h2>Autorisations pour la finale</h2>
<?php printDocuments($documents_final) ?>
<form method="POST">
<input style="width: 100%;" type="submit" name="download_zip_final" value="Télécharger l'archive"/>
<input type="hidden" name="final" value="true" />
<input style="width: 100%;" type="submit" name="download_zip" value="Télécharger l'archive"/>
</form>
<?php } ?>