diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-18 13:56:57 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-18 13:56:57 -0700 |
commit | bd695ae98533e948c1ecdebc6a3837f688a7732c (patch) | |
tree | 943e04c24e923360c2b2d1fe3fe6944ce2c8b0f2 /app/Template | |
parent | 06ebe07ddd919c7cf5eb55c04f2d056ce7ef0432 (diff) |
Improve external task integration
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/task_creation/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_creation/show.php b/app/Template/task_creation/show.php index cc927793..e21ea8be 100644 --- a/app/Template/task_creation/show.php +++ b/app/Template/task_creation/show.php @@ -1,5 +1,5 @@ <div class="page-header"> - <h2><?= $this->text->e($project['name']) ?> > <?= t('New task') ?><?= $this->task->getNewTaskDropdown($project['id'], $values['swimlane_id'], $values['column_id']) ?></h2> + <h2><?= $this->text->e($project['name']) ?> > <?= t('New task') ?></h2> </div> <form method="post" action="<?= $this->url->href('TaskCreationController', 'save', array('project_id' => $project['id'])) ?>" autocomplete="off"> <?= $this->form->csrf() ?> |