Merge branch 'fronkdev' into 'master'

MailtemplateDispatch finished

See merge request fronk/thetool!906
This commit is contained in:
Frank Schubert
2025-01-14 21:41:51 +00:00
5 changed files with 314 additions and 29 deletions

View File

@@ -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; ?>