mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 15:37:24 +02:00
Nombreuses petites corrections, ajout de texte.
Les Correspondances peuvent démarrer :)
This commit is contained in:
@ -84,17 +84,17 @@ if (!$has_error) {
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>Autorise Animath à envoyer des mails :</strong> <?= $user->doReceiveAnimathMails() ? "oui" : "non" ?>
|
||||
<strong><?= $user->getRole() == Role::ADMIN ? "Reçoit des notifications par mail :"
|
||||
: "Autorise Animath à envoyer des mails :" ?></strong> <?= $user->doReceiveAnimathMails() ? "oui" : "non" ?>
|
||||
</div>
|
||||
|
||||
<?php if ($team != null && $user->getRole() == Role::PARTICIPANT) { ?>
|
||||
<hr/>
|
||||
|
||||
<?php if ($team != null && ($user->getRole() == Role::PARTICIPANT || $user->getRole() == Role::ENCADRANT)) { ?>
|
||||
<div class="mt-4 mb-4">
|
||||
<h1 class="display-5">Autorisation de droit à l'image :</h1>
|
||||
</div>
|
||||
<?php
|
||||
print_r($documents);
|
||||
printDocuments($documents);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user