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

Design page "Envoyer vidéo" & corrections mineures

This commit is contained in:
galaxyoyo
2019-09-26 22:24:18 +02:00
parent 82a8246560
commit 5c5c670958
8 changed files with 52 additions and 60 deletions

View File

@ -45,11 +45,9 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
</div>
</div>
<div class="form-row">
<label for="receive_animath_mails">J'accepte de recevoir des mails de la part d'Animath (<em>facultatif</em>) :</label>
<input class="form-control" type="checkbox" id="receive_animath_mails" name="receive_animath_mails"
<label for="receive_animath_mails">J'accepte de recevoir des mails de la part d'Animath (<em>facultatif</em>) :</label>
<input type="checkbox" id="receive_animath_mails" name="receive_animath_mails"
<?= $user->doReceiveAnimathMails() ? "checked" : "" ?> />
</div>
<?php if ($user->getRole() == Role::PARTICIPANT) { ?>
<div class="form-row">