1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 00:42:51 +02:00

Collect emails

This commit is contained in:
Yohann D'ANELLO
2020-04-13 00:35:22 +02:00
parent 45426e6835
commit a86bc3f124
5 changed files with 62 additions and 0 deletions

View File

@ -59,6 +59,10 @@ if ($tournament->isFinal())
?>
<?php if (!isset($_GET["modifier"]) && ($_SESSION["role"] == Role::ADMIN || $_SESSION["role"] == Role::ORGANIZER && $tournament->organize($_SESSION["user_id"]))) { ?>
<div class="alert alert-info">
<a href="mailto:contact@tfjm.org?<? foreach ($emails as $email) echo "bcc=" . $email . "&" ?>subject=TFJM² <?= $YEAR ?>" target="_blank">Envoyer un mail à toutes les personnes inscrites au tournoi</a>
</div>
<a href="/tournoi/<?= $tournament->getName() ?>/modifier"><button class="btn btn-secondary btn-lg btn-block">Éditer le tournoi</button></a>
<?php } ?>