Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bolt <sebastian.bolt@gmx.de>2014-12-19 08:06:27 +0300
committerSebastian Bolt <sebastian.bolt@gmx.de>2015-02-05 00:27:38 +0300
commit7ffd2557fff720a5fe5c2a80393f51c60290e8c2 (patch)
tree2a55297b2538b7d7b9e94aae865e040753eae710 /core/templates/installation.php
parentda14a605d5a02d68af44e0153b084d94b676bbff (diff)
changed image to classed div for spinner animation
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php2
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">&nbsp;</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>