]> source.dussan.org Git - nextcloud-server.git/commitdiff
move the ownCloud version to admin which makes more sense. A normal user canĀ“t update...
authorFrank Karlitschek <frank@owncloud.org>
Fri, 29 Jun 2012 09:07:41 +0000 (11:07 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 29 Jun 2012 09:07:41 +0000 (11:07 +0200)
settings/templates/admin.php
settings/templates/personal.php

index a9f727d6764b4b8f1aacced60ce6c995d5646bbc..033cd1a1642e146b061eb05f83ee789ae66b524f 100755 (executable)
@@ -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>
+
index 014996a5b2071c5fd278fabe64c7c08a90449479..ee40120d724b21a9da8dd31370097040c9917fed 100644 (file)
        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>
-