summaryrefslogtreecommitdiff
path: root/app/Template/currency
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-05 07:56:58 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-05 07:56:58 -0500
commit0bd5328c19b076a23719b3860296e5507c773d34 (patch)
tree1eca50843fabb966c1c5ee6441ea23ccf1dca989 /app/Template/currency
parent9b68c3bc77bfa49f820afbcb601aaf5174b39bcc (diff)
Added Ajax loading icon for submit buttons
Diffstat (limited to 'app/Template/currency')
-rw-r--r--app/Template/currency/index.php4
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>