Loading src/UnicaenMail/View/Helper/partial/mails.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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(); ?> Loading Loading
src/UnicaenMail/View/Helper/partial/mails.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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(); ?> Loading