diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2017-07-11 12:51:28 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-07-16 19:21:22 -0400 |
commit | 46974915b328d90a140dc9c27229d10742343b00 (patch) | |
tree | 0800722e3910e2ec4760f1bc88f066f7442f65e2 /app/Template/task_internal_link/create.php | |
parent | 347aff94ded8920ff3ba5544aec20804b9d4279e (diff) |
Add "Create another link" checkbox for internal link as in sub-task creation
Diffstat (limited to 'app/Template/task_internal_link/create.php')
-rw-r--r-- | app/Template/task_internal_link/create.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/task_internal_link/create.php b/app/Template/task_internal_link/create.php index 3c39b87c..c5e80f41 100644 --- a/app/Template/task_internal_link/create.php +++ b/app/Template/task_internal_link/create.php @@ -25,5 +25,7 @@ ), 'autocomplete') ?> + <?= $this->form->checkbox('another_tasklink', t('Create another link'), 1, isset($values['another_tasklink']) && $values['another_tasklink'] == 1) ?> + <?= $this->modal->submitButtons() ?> </form> |