We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59db9fa + 5688143 commit d342eedCopy full SHA for d342eed
1 file changed
core/templates/installation.php
@@ -147,8 +147,6 @@
147
<?php endif; ?>
148
149
150
- <div class="icon-loading-dark float-spinner"> </div>
151
-
152
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
153
<fieldset id="sqliteInformation" class="warning">
154
<legend><?php p($l->t('Performance warning'));?></legend>
@@ -158,6 +156,8 @@
158
156
</fieldset>
159
157
<?php endif ?>
160
+ <div class="icon-loading-dark float-spinner"> </div>
+
161
<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div>
162
163
<p class="info">
0 commit comments