diff options
Diffstat (limited to 'app/Template/action/event.php')
-rw-r--r-- | app/Template/action/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/event.php b/app/Template/action/event.php index b4741a98..f4f12db3 100644 --- a/app/Template/action/event.php +++ b/app/Template/action/event.php @@ -18,7 +18,7 @@ </div> <div class="form-actions"> - <input type="submit" value="<?= t('Next step') ?>" class="btn btn-blue"/> + <button type="submit" class="btn btn-blue"><?= t('Next step') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id'])) ?> </div> |