From 5eb4b570a12a590a98c66d253b0ba54c6062a997 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 2 Feb 2016 21:28:07 -0500 Subject: Show subtask modification forms in inline popup --- app/Template/subtask/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/subtask/edit.php') diff --git a/app/Template/subtask/edit.php b/app/Template/subtask/edit.php index ca028108..acce625e 100644 --- a/app/Template/subtask/edit.php +++ b/app/Template/subtask/edit.php @@ -2,7 +2,7 @@

-
+ form->csrf() ?> form->hidden('id', $values) ?> @@ -15,6 +15,6 @@
- url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> + url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
-- cgit v1.2.3