From f7e4c3928aba9cb7f5222cb4af67846312bbb435 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Feb 2015 16:11:13 -0500 Subject: Refactoring/simplification of the pull-request about links --- app/Template/tasklink/edit.php | 53 ------------------------------------------ 1 file changed, 53 deletions(-) delete mode 100644 app/Template/tasklink/edit.php (limited to 'app/Template/tasklink/edit.php') diff --git a/app/Template/tasklink/edit.php b/app/Template/tasklink/edit.php deleted file mode 100644 index e1fcded2..00000000 --- a/app/Template/tasklink/edit.php +++ /dev/null @@ -1,53 +0,0 @@ - - - -
- - formCsrf() ?> - - - formHidden('id', $values) ?> - formHidden('task_link_inverse_id', $values) ?> - - formHidden('task_id', $values) ?> - - # -   - formSelect('link_label_id', $link_list, $values, $errors, 'required autofocus') ?> -   - #formNumeric('task_inverse_id', $values, $errors, array('required', 'placeholder="'.t('Task id').'"', 'title="'.t('Linked task id').'"', 'list="task_inverse_ids"')) ?> - - - - - -
- - - formCheckbox('another_link', t('Create another link'), 1, isset($values['another_link']) && $values['another_link'] == 1) ?> - - -
- - - a(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> -
-
- -
- - -
- -- cgit v1.2.3