diff options
Diffstat (limited to 'app/Template/notification/task_file_destroy.php')
-rw-r--r-- | app/Template/notification/task_file_destroy.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/task_file_destroy.php b/app/Template/notification/task_file_destroy.php index dbd79c5e..17d04630 100644 --- a/app/Template/notification/task_file_destroy.php +++ b/app/Template/notification/task_file_destroy.php @@ -1,5 +1,9 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <p><?= t('Attachment removed "%s"', $file['name']) ?></p> <?= $this->render('notification/footer', array('task' => $task)) ?> +</body> +</html>
\ No newline at end of file |