diff options
Diffstat (limited to 'app/Template/currency/index.php')
-rw-r--r-- | app/Template/currency/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/currency/index.php b/app/Template/currency/index.php index f3e20026..d35ac459 100644 --- a/app/Template/currency/index.php +++ b/app/Template/currency/index.php @@ -32,7 +32,7 @@ <?= $this->form->select('application_currency', $currencies, $config_values, $errors) ?> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> </div> </form> @@ -49,6 +49,6 @@ <?= $this->form->text('rate', $values, $errors, array(), 'form-numeric') ?> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> </div> </form> |