diff options
Diffstat (limited to 'app/Template/subtask/create.php')
-rw-r--r-- | app/Template/subtask/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask/create.php b/app/Template/subtask/create.php index 8fffd3a9..029fddf5 100644 --- a/app/Template/subtask/create.php +++ b/app/Template/subtask/create.php @@ -13,7 +13,7 @@ <?= $this->form->checkbox('another_subtask', t('Create another sub-task'), 1, isset($values['another_subtask']) && $values['another_subtask'] == 1) ?> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?> </div> |