From 34d7450d3c13342715e90ec21bceaa13e1baa876 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Dec 2014 11:28:50 -0500 Subject: Template helpers refactoring --- app/Template/task/open.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Template/task/open.php') diff --git a/app/Template/task/open.php b/app/Template/task/open.php index 5dec3b0e..438acb34 100644 --- a/app/Template/task/open.php +++ b/app/Template/task/open.php @@ -4,12 +4,12 @@

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

- $task['id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?> + a(t('Yes'), 'task', 'open', array('task_id' => $task['id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?> - $task['id'])) ?> + a(t('cancel'), 'task', 'show', array('task_id' => $task['id'])) ?>
\ No newline at end of file -- cgit v1.2.3