Add "Create another link" checkbox for internal link as in sub-task creation

This commit is contained in:
Olivier Maridat
2017-07-11 12:51:28 +02:00
committed by Frédéric Guillot
parent 347aff94de
commit 46974915b3
3 changed files with 21 additions and 1 deletions

View File

@@ -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>