Loading src/UnicaenMail/View/Helper/partial/mails.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) { <th> Statut </th> <th> Sujet </th> <th> Infos </th> <th> Action </th> <th class="col-md-1 text-end"> Action </th> </tr> </thead> <tbody> Loading Loading @@ -79,7 +79,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) { </ul> <?php endif; ?> </td> <td> <td class="text-end"> <?php if ($canAfficher) : ?> <?php /** @see \UnicaenMail\Controller\MailController::afficherAction() */?> <a href="<?php echo $this->url('mail/afficher', ['mail' => $mail->getId()], [], true); ?>" Loading Loading
src/UnicaenMail/View/Helper/partial/mails.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) { <th> Statut </th> <th> Sujet </th> <th> Infos </th> <th> Action </th> <th class="col-md-1 text-end"> Action </th> </tr> </thead> <tbody> Loading Loading @@ -79,7 +79,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) { </ul> <?php endif; ?> </td> <td> <td class="text-end"> <?php if ($canAfficher) : ?> <?php /** @see \UnicaenMail\Controller\MailController::afficherAction() */?> <a href="<?php echo $this->url('mail/afficher', ['mail' => $mail->getId()], [], true); ?>" Loading