aboutsummaryrefslogtreecommitdiff
path: root/locale/de/LC_MAILS/date_changed.php
blob: aa92b7fd0c32999610952f82b980cc8b441fa414 (plain)
1
2
3
4
5
6
7
8
9
10
<?= $date->editor->getFullName() ?> hat einen Termin im Kalender geƤndert.

<?= $this->render_partial(__DIR__ . '/_date_information', [
    'date' => $date,
    'receiver' => $receiver,
]) ?>

--

Direkt zum Termin: <?= URLHelper::getURL('dispatch.php/calendar/date/index/' . $date->id) ?>