summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-12-15 20:02:16 +0100
committerFrank Karlitschek <frank@owncloud.org>2012-12-15 20:02:16 +0100
commit30b0e8b70c7f3fd4e3357cc25e6e84554ea21b22 (patch)
tree4359177cb4c93831714c92bdb78cf8f00ac55b1d /settings/templates/admin.php
parent6ff38624a717316d7992c81db6d4dbf8f5d86f3a (diff)
downloadnextcloud-server-30b0e8b70c7f3fd4e3357cc25e6e84554ea21b22.tar.gz
nextcloud-server-30b0e8b70c7f3fd4e3357cc25e6e84554ea21b22.zip
cleaning up the settings. standardize the format, add missing I10N and other small things. Yes. This is not perfect. But way better than before ;-)
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 9c4ee0bf680..a110e09b692 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -100,7 +100,7 @@ if(!$_['internetconnectionworking']) {
<fieldset class="personalblock">
<legend><strong><?php echo $l->t('Log');?></strong></legend>
- Log level: <select name='loglevel' id='loglevel'>
+ <?php echo $l->t('Log level');?> <select name='loglevel' id='loglevel'>
<option value='<?php echo $_['loglevel']?>'><?php echo $levels[$_['loglevel']]?></option>
<?php for($i=0;$i<5;$i++):
if($i!=$_['loglevel']):?>
@@ -133,8 +133,9 @@ if(!$_['internetconnectionworking']) {
</fieldset>
-<p class="personalblock">
+<fieldset class="personalblock">
+ <legend><strong><?php echo $l->t('Version');?></strong></legend>
<strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br />
<?php echo $l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/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>
+</fieldset>