summaryrefslogtreecommitdiffstats
path: root/apps/theming/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-06-16 17:30:18 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-27 10:26:22 +0200
commitcc321bc140f707257ffe1a11b4fa0238887e16fc (patch)
treeefd62463ff9d53030d583650faaf9829c900fc5b /apps/theming/templates
parent10f6ca20bcf521f125700f892b09bf745a595ea7 (diff)
downloadnextcloud-server-cc321bc140f707257ffe1a11b4fa0238887e16fc.tar.gz
nextcloud-server-cc321bc140f707257ffe1a11b4fa0238887e16fc.zip
add some visual feedback if the operation was succesful or not
Diffstat (limited to 'apps/theming/templates')
-rw-r--r--apps/theming/templates/settings-admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index cfc18de9c13..4e2277b0533 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -6,7 +6,8 @@ script('theming', '3rdparty/jscolor/jscolor');
style('theming', 'settings-admin');
?>
<div id="theming" class="section">
- <h2><?php p($l->t('Theming')); ?></h2>
+ <h2 class="inlineblock"><?php p($l->t('Theming')); ?></h2>
+ <div id="theming_settings_msg" class="msg success inlineblock" style="display: none;">Saved</div>
<?php if ($_['themable'] === false) { ?>
<p>
<?php p($_['errorMessage']) ?>