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:
authorJulius Härtl <jus@bitgrid.net>2017-04-28 18:55:59 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-04-29 06:40:15 +0300
commit6b8341ce4b6cac3f9a50d188753d95283573b72d (patch)
tree5aed05052568f82616d89172f6cb431b2046641e /apps/theming/templates
parent130780056109d8b65e7b9abe40c89e26a75c5e35 (diff)
Use generated SCSS for theming preview
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r--apps/theming/templates/settings-admin.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index f7c8f591fc7..858329eca48 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -29,7 +29,10 @@ style('theming', 'settings-admin');
<div id="theming" class="section">
<h2 class="inlineblock"><?php p($l->t('Theming')); ?></h2>
<p class="settings-hint"><?php p($l->t('Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.')); ?></p>
- <div id="theming_settings_msg" class="msg success inlineblock" style="display: none;">Saved</div>
+ <div id="theming_settings_status">
+ <div id="theming_settings_loading" class="icon-loading-small" style="display: none;"></div>
+ <span id="theming_settings_msg" class="msg success" style="display: none;">Saved</span>
+ </div>
<?php if ($_['themable'] === false) { ?>
<p>
<?php p($_['errorMessage']) ?>