summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-13 00:29:39 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-13 00:29:39 +0200
commita133e7970d766d9bb54da678174ef3dd53270357 (patch)
tree5f4a448df5a79473d9895eec45263ea57c15c6b0 /settings/templates
parent7a2b96c7e65eaaf58e0ad77b91532df0a2b6da5d (diff)
downloadnextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.tar.gz
nextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.zip
make updatenotification settings appear as if it is part of the version part in server settings
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin/server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/admin/server.php b/settings/templates/admin/server.php
index 43df787d519..1e24043b3dc 100644
--- a/settings/templates/admin/server.php
+++ b/settings/templates/admin/server.php
@@ -319,6 +319,7 @@ if ($_['mail_smtpmode'] == 'qmail') {
</div>
<div class="section">
+ <!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p>
<p><?php include(__DIR__ . '/../settings.development.notice.php'); ?></p>