From 0bd5328c19b076a23719b3860296e5507c773d34 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Mar 2016 07:56:58 -0500 Subject: Added Ajax loading icon for submit buttons --- app/Template/subtask/create.php | 2 +- app/Template/subtask/edit.php | 2 +- app/Template/subtask/show.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Template/subtask') diff --git a/app/Template/subtask/create.php b/app/Template/subtask/create.php index 8fffd3a9..029fddf5 100644 --- a/app/Template/subtask/create.php +++ b/app/Template/subtask/create.php @@ -13,7 +13,7 @@ form->checkbox('another_subtask', t('Create another sub-task'), 1, isset($values['another_subtask']) && $values['another_subtask'] == 1) ?>
- + url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
diff --git a/app/Template/subtask/edit.php b/app/Template/subtask/edit.php index acce625e..3c210f60 100644 --- a/app/Template/subtask/edit.php +++ b/app/Template/subtask/edit.php @@ -13,7 +13,7 @@ subtask->selectTimeSpent($values, $errors) ?>
- + url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php index b0326c48..999016c3 100644 --- a/app/Template/subtask/show.php +++ b/app/Template/subtask/show.php @@ -13,7 +13,7 @@ form->text('title', array(), array(), array('required', 'placeholder="'.t('Type here to create a new sub-task').'"')) ?> form->numeric('time_estimated', array(), array(), array('placeholder="'.t('Original estimate').'"')) ?> form->select('user_id', $users_list, array(), array(), array('placeholder="'.t('Assignee').'"')) ?> - + -- cgit v1.2.3