Commit 64483b57 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Affichage du lien Mail-Attachement

parent 34388eb6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>
@@ -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) : ?>