summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2015-09-03 15:03:16 +0200
committerGeorg Ehrke <developer@georgehrke.com>2015-09-03 15:03:16 +0200
commit1a48499dcbcf96fd908abed0603a0909ebd8a732 (patch)
tree30ab0213ddef98e6a8ff2b341e132ea835701d24 /settings
parent2b9c34d7567f50060c61f29305d509bc34ed91d5 (diff)
downloadnextcloud-server-1a48499dcbcf96fd908abed0603a0909ebd8a732.tar.gz
nextcloud-server-1a48499dcbcf96fd908abed0603a0909ebd8a732.zip
move updater panel above version number
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 9c161281846..da80ca15b0c 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -554,16 +554,16 @@ if ($_['cronErrors']) {
</ul>
</div>
+<?php if (!empty($_['updaterAppPanel'])): ?>
+ <div id="updater"><?php print_unescaped($_['updaterAppPanel']); ?></div>
+<?php endif; ?>
+
<div class="section">
<h2><?php p($l->t('Version'));?></h2>
<strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?>
<?php include('settings.development.notice.php'); ?>
</div>
-<?php if (!empty($_['updaterAppPanel'])): ?>
- <div id="updater"><?php print_unescaped($_['updaterAppPanel']); ?></div>
-<?php endif; ?>
-
<div class="section credits-footer">
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
</div>