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

Trie par date fonctionnelle

parent 36a14288
No related branches found
No related tags found
No related merge requests found
Pipeline #23542 passed
......@@ -35,7 +35,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) {
<thead>
<tr>
<th> Destinataires </th>
<th> Date d'envoi </th>
<th data-type="num"> Date d'envoi </th>
<th> Statut </th>
<th> Sujet </th>
<th> Infos </th>
......@@ -61,7 +61,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) {
</ul>
<?php endif; ?>
</td>
<td> <?php echo $mail->getDateEnvoi()->format('Y-m-d <br/> H:i'); ?> </td>
<td data-order="<?php echo $mail->getDateEnvoi()->getTimestamp(); ?>"> <?php echo $mail->getDateEnvoi()->format('d/m/Y <br/> H:i'); ?> </td>
<td>
<span class="badge <?php echo $mail->getStatusEnvoi(); ?>">
<?php echo $mail->getStatusEnvoi(); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment