mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 18:17:24 +02:00
Nombreuses petites corrections, ajout de texte.
Les Correspondances peuvent démarrer :)
This commit is contained in:
@ -22,9 +22,11 @@
|
||||
<th scope="col">
|
||||
Date d'inscription
|
||||
</th>
|
||||
<th scope="col">
|
||||
État de validation de l'inscription
|
||||
</th>
|
||||
<?php if ($problem > 0) { ?>
|
||||
<th scope="col">
|
||||
État de validation de l'inscription
|
||||
</th>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -43,7 +45,9 @@
|
||||
</th>
|
||||
<td><?= $team->getTrigram() ?></td>
|
||||
<td><?= formatDate($team->getInscriptionDate()) ?></td>
|
||||
<td><?= ValidationStatus::getTranslatedName($team->getValidationStatus()) ?></td>
|
||||
<?php if ($problem > 0) { ?>
|
||||
<td><?= ValidationStatus::getTranslatedName($team->getValidationStatus()) ?></td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
@ -60,9 +64,11 @@
|
||||
<th>
|
||||
Date d'inscription
|
||||
</th>
|
||||
<th>
|
||||
État de validation de l'inscription
|
||||
</th>
|
||||
<?php if ($problem > 0) { ?>
|
||||
<th>
|
||||
État de validation de l'inscription
|
||||
</th>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user