diff options
author | Sebastian Bolt <sebastian.bolt@gmx.de> | 2014-12-19 06:06:27 +0100 |
---|---|---|
committer | Sebastian Bolt <sebastian.bolt@gmx.de> | 2015-02-04 22:27:38 +0100 |
commit | 7ffd2557fff720a5fe5c2a80393f51c60290e8c2 (patch) | |
tree | 2a55297b2538b7d7b9e94aae865e040753eae710 /core/templates | |
parent | da14a605d5a02d68af44e0153b084d94b676bbff (diff) | |
download | nextcloud-server-7ffd2557fff720a5fe5c2a80393f51c60290e8c2.tar.gz nextcloud-server-7ffd2557fff720a5fe5c2a80393f51c60290e8c2.zip |
changed image to classed div for spinner animation
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> |