diff options
Diffstat (limited to 'app/Template/gantt')
-rw-r--r-- | app/Template/gantt/task_creation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/gantt/task_creation.php b/app/Template/gantt/task_creation.php index a08f41b4..ef1298a9 100644 --- a/app/Template/gantt/task_creation.php +++ b/app/Template/gantt/task_creation.php @@ -43,7 +43,7 @@ </div> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" tabindex="11"/> + <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> |