diff --git a/app/Template/notification/comment_create.php b/app/Template/notification/comment_create.php index 8b8251c63..1f890a5f4 100644 --- a/app/Template/notification/comment_create.php +++ b/app/Template/notification/comment_create.php @@ -1,3 +1,5 @@ + +
= $this->text->e($task['title']) ?>
= $this->text->markdown($comment['comment'], true) ?> -= $this->render('notification/footer', array('task' => $task)) ?> \ No newline at end of file += $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/subtask_create.php b/app/Template/notification/subtask_create.php index 094ac5436..f5b91d340 100644 --- a/app/Template/notification/subtask_create.php +++ b/app/Template/notification/subtask_create.php @@ -1,3 +1,5 @@ + += t('The task #%d have been closed.', $task['id']) ?>
-= $this->render('notification/footer', array('task' => $task)) ?> \ No newline at end of file += $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_create.php b/app/Template/notification/task_create.php index e56c252d6..3a34dbe63 100644 --- a/app/Template/notification/task_create.php +++ b/app/Template/notification/task_create.php @@ -1,3 +1,5 @@ + += t('New attachment added "%s"', $file['name']) ?>
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_file_destroy.php b/app/Template/notification/task_file_destroy.php index dbd79c5e4..17d046303 100644 --- a/app/Template/notification/task_file_destroy.php +++ b/app/Template/notification/task_file_destroy.php @@ -1,5 +1,9 @@ + += t('Attachment removed "%s"', $file['name']) ?>
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_internal_link_create_update.php b/app/Template/notification/task_internal_link_create_update.php index 4a88ab789..5273dc349 100644 --- a/app/Template/notification/task_internal_link_create_update.php +++ b/app/Template/notification/task_internal_link_create_update.php @@ -1,3 +1,5 @@ + +@@ -7,3 +9,5 @@
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_internal_link_delete.php b/app/Template/notification/task_internal_link_delete.php index 2b4b84442..b3413c78b 100644 --- a/app/Template/notification/task_internal_link_delete.php +++ b/app/Template/notification/task_internal_link_delete.php @@ -1,3 +1,5 @@ + +@@ -7,3 +9,5 @@
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_move_column.php b/app/Template/notification/task_move_column.php index 7159cb06a..e4281d57c 100644 --- a/app/Template/notification/task_move_column.php +++ b/app/Template/notification/task_move_column.php @@ -1,3 +1,5 @@ + += t('Task #%d "%s" has been moved to the project "%s"', $task['id'], $task['title'], $task['project_name']) ?>
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_move_swimlane.php b/app/Template/notification/task_move_swimlane.php index cdf165590..1715b9b53 100644 --- a/app/Template/notification/task_move_swimlane.php +++ b/app/Template/notification/task_move_swimlane.php @@ -1,3 +1,5 @@ + += t('The task #%d have been opened.', $task['id']) ?>
= $this->render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file diff --git a/app/Template/notification/task_overdue.php b/app/Template/notification/task_overdue.php index cb954c0b5..88140af03 100644 --- a/app/Template/notification/task_overdue.php +++ b/app/Template/notification/task_overdue.php @@ -1,3 +1,5 @@ + += $this->text->e($task['title']) ?>