ソースを参照

show installation spinner correctly, fix #2129

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v11.0RC2
Jan-Christoph Borchardt 7年前
コミット
56881433c0
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      core/templates/installation.php

+ 2
- 2
core/templates/installation.php ファイルの表示

@@ -147,8 +147,6 @@ script('core', [
<?php endif; ?>
<?php endif; ?>

<div class="icon-loading-dark float-spinner">&nbsp;</div>

<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id="sqliteInformation" class="warning">
<legend><?php p($l->t('Performance warning'));?></legend>
@@ -158,6 +156,8 @@ script('core', [
</fieldset>
<?php endif ?>

<div class="icon-loading-dark float-spinner">&nbsp;</div>

<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div>

<p class="info">

読み込み中…
キャンセル
保存