blob: ca1d670f83e3da8b51c8288ffd9d4e78357ca17c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?= $date->editor->getFullName() ?> has modified a date in the calendar.
<?= $this->render_partial(__DIR__ . '/_date_information', [
'date' => $date,
'receiver' => $receiver,
]) ?>
--
Go to date: <?= URLHelper::getURL('dispatch.php/calendar/date/index/' . $date->id) ?>
|