Loading view/unicaen-mail/mail/index.phtml +10 −7 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ $this->headTitle("Index des courriers électroniques"); $canTest = $this->isAllowed(MailPrivileges::getResourceId(MailPrivileges::MAIL_AFFICHER)); ?> <h1 class="page-header"> Loading @@ -23,11 +22,15 @@ $canTest = $this->isAllowed(MailPrivileges::getResourceId(MailPrivileges::MAIL_A </span> </h1> <div class="row mb-3"> <div class="col-md-12"> <a href="<?php echo $this->url('mail/test', [], [], true); ?>" class="btn btn-primary action ajax-modal" data-event="modification"> <span class="icon mail"></span> Envoi d'un mail de test </a> </div> </div> <?php echo $this->mails($mails); ?> Loading Loading
view/unicaen-mail/mail/index.phtml +10 −7 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ $this->headTitle("Index des courriers électroniques"); $canTest = $this->isAllowed(MailPrivileges::getResourceId(MailPrivileges::MAIL_AFFICHER)); ?> <h1 class="page-header"> Loading @@ -23,11 +22,15 @@ $canTest = $this->isAllowed(MailPrivileges::getResourceId(MailPrivileges::MAIL_A </span> </h1> <div class="row mb-3"> <div class="col-md-12"> <a href="<?php echo $this->url('mail/test', [], [], true); ?>" class="btn btn-primary action ajax-modal" data-event="modification"> <span class="icon mail"></span> Envoi d'un mail de test </a> </div> </div> <?php echo $this->mails($mails); ?> Loading