summaryrefslogtreecommitdiff
path: root/app/Template/export/transitions.php
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/export/transitions.php
parent9b68c3bc77bfa49f820afbcb601aaf5174b39bcc (diff)
Added Ajax loading icon for submit buttons
Diffstat (limited to 'app/Template/export/transitions.php')
-rw-r--r--app/Template/export/transitions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/export/transitions.php b/app/Template/export/transitions.php
index d935bde1..093930a3 100644
--- a/app/Template/export/transitions.php
+++ b/app/Template/export/transitions.php
@@ -19,6 +19,6 @@
<div class="form-help"><?= t('Others formats accepted: %s and %s', date('Y-m-d'), date('Y_m_d')) ?></div>
<div class="form-actions">
- <input type="submit" value="<?= t('Execute') ?>" class="btn btn-blue">
+ <button type="submit" class="btn btn-blue"><?= t('Execute') ?></button>
</div>
</form> \ No newline at end of file