summaryrefslogtreecommitdiff
path: root/app/Template/export
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
parent9b68c3bc77bfa49f820afbcb601aaf5174b39bcc (diff)
Added Ajax loading icon for submit buttons
Diffstat (limited to 'app/Template/export')
-rw-r--r--app/Template/export/subtasks.php2
-rw-r--r--app/Template/export/summary.php2
-rw-r--r--app/Template/export/tasks.php2
-rw-r--r--app/Template/export/transitions.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/Template/export/subtasks.php b/app/Template/export/subtasks.php
index f2a00f84..a82cb3d1 100644
--- a/app/Template/export/subtasks.php
+++ b/app/Template/export/subtasks.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
diff --git a/app/Template/export/summary.php b/app/Template/export/summary.php
index 0c2a96fb..60aa306f 100644
--- a/app/Template/export/summary.php
+++ b/app/Template/export/summary.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
diff --git a/app/Template/export/tasks.php b/app/Template/export/tasks.php
index c27149d2..bed8ab90 100644
--- a/app/Template/export/tasks.php
+++ b/app/Template/export/tasks.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
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