diff options
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 9ef63dbfe8c..c08cfa22cde 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -146,6 +146,8 @@ </fieldset> <?php endif; ?> <?php endif; ?> + + <div class="icon-loading-dark float-spinner"> </div> <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> <p id="sqliteInformation" class="info"><?php p($l->t('SQLite will be used as database. For larger installations we recommend to change this.'));?></p> |