summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
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 /apps/files_versions
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 'apps/files_versions')
-rw-r--r--apps/files_versions/templates/settings-personal.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files_versions/templates/settings-personal.php b/apps/files_versions/templates/settings-personal.php
index 6d97cea46c3..2b313a07c88 100644
--- a/apps/files_versions/templates/settings-personal.php
+++ b/apps/files_versions/templates/settings-personal.php
@@ -3,12 +3,10 @@
<legend>
<strong><?php echo $l->t('Versions'); ?></strong>
</legend>
- <p>
- <?php echo $l->t('This will delete all existing backup versions of your files'); ?>
- </p>
<button id="expireAllBtn">
<?php echo $l->t('Expire all versions'); ?>
<img style="display: none;" class="expireAllLoading" src="<?php echo OCP\Util::imagePath('core', 'loading.gif'); ?>" />
- </button>
+ </button>
+ <br /><em><?php echo $l->t('This will delete all existing backup versions of your files'); ?></em>
</fieldset>
</form>