diff options
Diffstat (limited to 'app/Template/export')
-rw-r--r-- | app/Template/export/subtasks.php | 2 | ||||
-rw-r--r-- | app/Template/export/summary.php | 2 | ||||
-rw-r--r-- | app/Template/export/tasks.php | 2 | ||||
-rw-r--r-- | app/Template/export/transitions.php | 2 |
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 |