From 6917d741931acb8d8a5dddbc6c668a5b75960a91 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek <frank@owncloud.org> Date: Fri, 29 Jun 2012 11:07:41 +0200 Subject: [PATCH] =?UTF-8?q?move=20the=20ownCloud=20version=20to=20admin=20?= =?UTF-8?q?which=20makes=20more=20sense.=20A=20normal=20user=20can=C2=B4t?= =?UTF-8?q?=20update=20ownCloud=20anyways.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings/templates/admin.php | 7 +++++++ settings/templates/personal.php | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a9f727d676..033cd1a164 100755 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -54,3 +54,10 @@ if(!$_['htaccessworking']) { </table> <input id='moreLog' type='button' value='<?php echo $l->t('More');?>...'></input> </fieldset> + + +<p class="personalblock"> + <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> + Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>. +</p> + diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 014996a5b2..ee40120d72 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -55,10 +55,5 @@ echo $form; };?> -<p class="personalblock"> - <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> - Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/owncloud" target="_blank">source code</a> is freely licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>. -</p> - -- GitLab