mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
move updater panel above version number
This commit is contained in:
parent
2b9c34d756
commit
1a48499dcb
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue