Loading module/Mailing/view/mailing/mailing/partial/liste-mail.phtml +7 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ foreach ($types as $type) $typeListe[$type->getId()] = $type->getLibelle(); <th> Destinataires </th> <th> Typé </th> <th> Redir </th> <th> Lié </th> <th> Sujet </th> <th> Action </th> </tr> Loading @@ -64,6 +65,12 @@ foreach ($types as $type) $typeListe[$type->getId()] = $type->getLibelle(); <?php else : ?> <?php endif; ?> </td> <td> <?php if ($mail->getAttachementType()) : ?> <span class="icon ok" style="color:darkgreen;" data-toggle="tooltip" data-html="true" title="Lié à <?php echo $mail->getAttachementType(); ?>-<?php echo $mail->getAttachementId(); ?>"></span> <?php else : ?> <?php endif; ?> </td> <td> <small><?php echo $mail->getSujet(); ?> </small> </td> <td> <?php if ($canAfficher) : ?> Loading Loading
module/Mailing/view/mailing/mailing/partial/liste-mail.phtml +7 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ foreach ($types as $type) $typeListe[$type->getId()] = $type->getLibelle(); <th> Destinataires </th> <th> Typé </th> <th> Redir </th> <th> Lié </th> <th> Sujet </th> <th> Action </th> </tr> Loading @@ -64,6 +65,12 @@ foreach ($types as $type) $typeListe[$type->getId()] = $type->getLibelle(); <?php else : ?> <?php endif; ?> </td> <td> <?php if ($mail->getAttachementType()) : ?> <span class="icon ok" style="color:darkgreen;" data-toggle="tooltip" data-html="true" title="Lié à <?php echo $mail->getAttachementType(); ?>-<?php echo $mail->getAttachementId(); ?>"></span> <?php else : ?> <?php endif; ?> </td> <td> <small><?php echo $mail->getSujet(); ?> </small> </td> <td> <?php if ($canAfficher) : ?> Loading