aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-15 23:35:36 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-15 23:35:36 +0200
commit5506b71051ca698d15e5e48a1cf847880f8220a6 (patch)
tree7808fa5ff5729522f93a8303d9dcd4d9d25090e0 /app/install.php
parent802409be90d860ae1648fb59a5dab3ff5ce85f4b (diff)
Install routine: Reload button if checks fail (#3771)
* template + translations translation made with Google translate + check with my knowledge + recheck with invers translation * Update app/install.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php
index 8e3d857a7..e42e789f5 100644
--- a/app/install.php
+++ b/app/install.php
@@ -438,6 +438,9 @@ function printStep1() {
<a class="btn btn-important next-step" href="?step=2" tabindex="1" ><?= _t('install.action.next_step') ?></a>
<?php } else { ?>
<p class="alert alert-error"><?= _t('install.action.fix_errors_before') ?></p>
+ <a id="actualize" class="btn" href="./index.php?step=1" title="<?= _t('install.check.reload') ?>">
+ <img class="icon" src="../themes/icons/refresh.svg" alt="🔃" />
+ </a>
<?php } ?>
<?php
}