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>2018-03-26 19:20:18 +0300
committerJulius Härtl <jus@bitgrid.net>2018-03-26 19:23:51 +0300
commitb6501ae966582047a65b22b93f45c5bab049426d (patch)
tree93e986f1d9c550ff39ce0bb9d3517401592339c4 /apps/theming/templates
parente2b44d199bea7da74811689ec3ab787135e22de6 (diff)
Show UI when using a custom theme
Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r--apps/theming/templates/settings-admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index 1dfa5cdc1db..7e489199927 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -37,7 +37,7 @@ style('theming', 'settings-admin');
<p>
<?php p($_['errorMessage']) ?>
</p>
- <?php } else { ?>
+ <?php } ?>
<div>
<label>
<span><?php p($l->t('Name')) ?></span>
@@ -99,5 +99,4 @@ style('theming', 'settings-admin');
</p>
<?php } ?>
</div>
- <?php } ?>
</div>