From 3808b5dc09fdf7933d05d1ee5af1e24f3907b70f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 4 Apr 2018 16:51:52 -0700 Subject: Add missing translations --- app/Template/event/task_internal_link_create_update.php | 8 +++----- app/Template/event/task_internal_link_delete.php | 8 +++----- app/Template/notification/task_internal_link_create_update.php | 8 +++----- app/Template/notification/task_internal_link_delete.php | 8 +++----- app/Template/user_view/show.php | 2 +- 5 files changed, 13 insertions(+), 21 deletions(-) (limited to 'app/Template') diff --git a/app/Template/event/task_internal_link_create_update.php b/app/Template/event/task_internal_link_create_update.php index 4bc6ae9a..5a9144ac 100644 --- a/app/Template/event/task_internal_link_create_update.php +++ b/app/Template/event/task_internal_link_create_update.php @@ -7,10 +7,8 @@

- 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']) - ) ?> + 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'])) ?>

diff --git a/app/Template/event/task_internal_link_delete.php b/app/Template/event/task_internal_link_delete.php index 3465fa57..c60d17e3 100644 --- a/app/Template/event/task_internal_link_delete.php +++ b/app/Template/event/task_internal_link_delete.php @@ -7,10 +7,8 @@

- 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'])) - ) ?> + 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']))) ?>

diff --git a/app/Template/notification/task_internal_link_create_update.php b/app/Template/notification/task_internal_link_create_update.php index a2333703..eab96bfa 100644 --- a/app/Template/notification/task_internal_link_create_update.php +++ b/app/Template/notification/task_internal_link_create_update.php @@ -1,11 +1,9 @@

text->e($task['title']) ?> (#)

- 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']) - ) ?> + 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'])) ?>

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 @@

text->e($task['title']) ?> (#)

- 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'])) - ) ?> + 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']))) ?>

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 @@ -- cgit v1.2.3