diff options
Diffstat (limited to 'apps/theming/templates')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 3 |
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']) ?> |