Commit a5867580 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

trie par date d'envoie

parent 2d40afd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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('d/m/Y <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(); ?>