diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-19 20:26:52 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-19 20:26:52 -0400 |
commit | 41dd9b2eff07434a3393b20dcd875e76ac3846b3 (patch) | |
tree | 0ccb33930dff49a9345fce6fcdc97967b230304f | |
parent | e108b952025a22e4f6782e9860044627fa914aae (diff) |
Bug fix: Remove checkbox 'another task' on the page task edit
-rw-r--r-- | templates/task_edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/task_edit.php b/templates/task_edit.php index 07555432..856f7d5d 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -30,8 +30,6 @@ <?= Helper\form_textarea('description', $values, $errors) ?><br/> <div class="form-help"><a href="http://kanboard.net/documentation/syntax-guide" target="_blank" rel="noreferrer"><?= t('Write your text in Markdown') ?></a></div> - <?= Helper\form_checkbox('another_task', t('Create another task'), 1) ?> - <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> <?= t('or') ?> <a href="?controller=board&action=show&project_id=<?= $values['project_id'] ?>"><?= t('cancel') ?></a> |