Write log entry on file removal
This commit is contained in:
5
app/Template/notification/task_file_destroy.php
Normal file
5
app/Template/notification/task_file_destroy.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
||||
|
||||
<p><?= t('Attachment removed "%s"', $file['name']) ?></p>
|
||||
|
||||
<?= $this->render('notification/footer', array('task' => $task)) ?>
|
||||
Reference in New Issue
Block a user