From 3808b5dc09fdf7933d05d1ee5af1e24f3907b70f Mon Sep 17 00:00:00 2001
From: Frédéric Guillot
- = e( - 'This task is now linked to the task %s with the relation "%s"', - $this->url->link(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])), - $this->text->e($task_link['label']) - ) ?> + = e('This task is now linked to the task %s with the relation "%s"', + $this->url->link(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])), + $this->text->e($task_link['label'])) ?>
- = e( - 'The link with the relation "%s" to the task %s have been removed', - $this->text->e($task_link['label']), - $this->url->link(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])) - ) ?> + = e('The link with the relation "%s" to the task %s has been removed', + $this->text->e($task_link['label']), + $this->url->link(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id']))) ?>
- = e( - 'This task is now linked to the task %s with the relation "%s"', - $this->url->absoluteLink(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])), - $this->text->e($task_link['label']) - ) ?> + = e('This task is now linked to the task %s with the relation "%s"', + $this->url->absoluteLink(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])), + $this->text->e($task_link['label'])) ?>
= $this->render('notification/footer', array('task' => $task)) ?> diff --git a/app/Template/notification/task_internal_link_delete.php b/app/Template/notification/task_internal_link_delete.php index c366001c..e4d57025 100644 --- a/app/Template/notification/task_internal_link_delete.php +++ b/app/Template/notification/task_internal_link_delete.php @@ -1,11 +1,9 @@- = e( - 'The link with the relation "%s" to the task %s have been removed', - $this->text->e($task_link['label']), - $this->url->absoluteLink(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id'])) - ) ?> + = e('The link with the relation "%s" to the task %s has been removed', + $this->text->e($task_link['label']), + $this->url->absoluteLink(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id']))) ?>
= $this->render('notification/footer', array('task' => $task)) ?> diff --git a/app/Template/user_view/show.php b/app/Template/user_view/show.php index 39d10ab5..6172c561 100644 --- a/app/Template/user_view/show.php +++ b/app/Template/user_view/show.php @@ -33,7 +33,7 @@