Skip to content
Snippets Groups Projects
Commit c7953280 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

...

parent c63b2aae
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ $sessions = array_reverse($sessions);
<th> Session</th>
<?php if ($displayGestionnaire) : ?>
<th> Gestionnaire·s</th> <?php endif; ?>
<th> Période</th>
<th data-type="number"> Période</th>
<th> #Inscrit</th>
<th> État</th>
<th class="action"> Action</th>
......@@ -89,7 +89,7 @@ $sessions = array_reverse($sessions);
<?php endif; ?>
</td>
<?php endif; ?>
<td class="periode">
<td class="periode" data-order="<?php echo ($instance->getDebut(true))?$instance->getDebut(true)->getTimestamp():PHP_INT_MAX; ?>">
<?php echo $instance->getPeriode(); ?> <br>
<strong> Clôture des inscriptions </strong>
<?php if ($instance->getDateClotureInscription()) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment