summaryrefslogtreecommitdiff
path: root/app/Template/task_internal_link/create.php
diff options
context:
space:
mode:
authorOlivier Maridat <olivier.maridat@trialog.com>2017-07-11 12:51:28 +0200
committerFrédéric Guillot <fred@kanboard.net>2017-07-16 19:21:22 -0400
commit46974915b328d90a140dc9c27229d10742343b00 (patch)
tree0800722e3910e2ec4760f1bc88f066f7442f65e2 /app/Template/task_internal_link/create.php
parent347aff94ded8920ff3ba5544aec20804b9d4279e (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.php2
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>