1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 13:37:22 +02:00

Design "Équipe"

This commit is contained in:
Yohann
2019-09-25 23:47:02 +02:00
parent 7a585e33e1
commit 82a8246560
6 changed files with 70 additions and 7 deletions

View File

@ -82,7 +82,12 @@ if ($_SESSION["role"] == Role::ADMIN) { ?>
<?php if ($team->getValidationStatus() == ValidationStatus::WAITING && $_SESSION["role"] == Role::ADMIN) { ?>
<hr/>
<form method="POST">
<input type="submit" class="btn btn-secondary btn-lg btn-block" name="validate" value="Valider l'équipe"/>
<div class="form-group">
<div class="form-group row col-mod-6">
<input type="submit" class="btn btn-secondary btn-lg btn-block" name="unvalidate" value="Refuser l'équipe"/>
<input type="submit" class="btn btn-primary btn-lg btn-block" name="validate" value="Valider l'équipe"/>
</div>
</div>
</form>
<?php
}