diff --git a/Layout/default/MaintenanceNotification/Index.php b/Layout/default/MaintenanceNotification/Index.php index c9e4d22e7..1f209b2fb 100644 --- a/Layout/default/MaintenanceNotification/Index.php +++ b/Layout/default/MaintenanceNotification/Index.php @@ -76,6 +76,7 @@
| Betreff | +Wartungszeitrum | PLZ-Bereich | Versandtermin | Aussendung abgeschlossen | @@ -86,6 +87,12 @@
|---|---|---|---|---|
| =$notification->subject->subject?> | +
+ from && $notification->to): ?>
+ Von: =date("d.m.Y H:i", $notification->from)?> + Bis: =date("d.m.Y H:i", $notification->to)?> + + |
=($notification->plz) ? implode(", ", $notification->plzs) : ""?> | =($notification->send_ts) ? date("d.m.Y H:i", $notification->send_ts) : ""?> | =($notification->sent) ? "Ja" : "nein"?> |