Merge branch 'fronkdev' into 'master'
MailtemplateDispatch finished See merge request fronk/thetool!906
This commit is contained in:
@@ -82,7 +82,7 @@ $pagination_entity_name = "Emailaussendungen";
|
||||
<?php if($dispatch->send_finish): ?>
|
||||
<i class="fas fa-fw fa-check text-success" title="Aussendung abgeschlossen"></i>
|
||||
<?php elseif($dispatch->send_lock): ?>
|
||||
<i class="far fa-fw fa-evelope fa-spin-pulse text-primary" title="Versand läuft"></i>
|
||||
<i class="far fa-fw fa-envelope fa-spin-pulse text-primary" title="Versand läuft"></i>
|
||||
<?php elseif($dispatch->tosend_date && !$dispatch->send_lock): ?>
|
||||
<i class="far fa-fw fa-clock" title="Warte auf Versand"></i>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user