diff options
Diffstat (limited to 'app/Template/task_creation')
-rw-r--r-- | app/Template/task_creation/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_creation/form.php b/app/Template/task_creation/form.php index 84f74c36..0af2eb1e 100644 --- a/app/Template/task_creation/form.php +++ b/app/Template/task_creation/form.php @@ -60,7 +60,7 @@ </div> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" tabindex="12"/> + <button type="submit" class="btn btn-blue" tabindex="15"><?= t('Save') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'board', 'show', array('project_id' => $values['project_id']), false, 'close-popover') ?> </div> </form>
\ No newline at end of file |