aboutsummaryrefslogtreecommitdiff
path: root/locale/en/LC_MAILS/date_created.php
blob: bc805aee6baa8e7d03e9035f211d53667d531de6 (plain)
1
2
3
4
5
6
7
8
9
10
<?= $date->editor->getFullName() ?> has entered 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) ?>