</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<?= $this->render('@backend/views/_include/form_actions.php',[ | <?= $this->render('@backend/views/_include/form_actions.php',[ | ||||
'model' => $automaticEmail, | 'model' => $automaticEmail, | ||||
]); ?> | ]); ?> |
?> | ?> | ||||
<div class="accessory-index"> | |||||
<div class="callout callout-info"> | |||||
<p> | |||||
<i class="icon fa fa-info-circle"></i> | |||||
L'heure d'envoi des emails automatiques est programmée à 7h | |||||
</p> | |||||
</div> | |||||
<div class="automatic-email-index"> | |||||
<?= GridView::widget([ | <?= GridView::widget([ | ||||
'dataProvider' => $dataProvider, | 'dataProvider' => $dataProvider, | ||||
'columns' => [ | 'columns' => [ |