summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-08-12 18:04:52 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-08-12 18:04:52 +0200
commit288b6d40713de3707b489a1028935fabae62e021 (patch)
treec967c766e6fe8773be5c972c124d638cdd488472 /settings/templates
parent997653fd09c27eeeaa93f59a18d1631ee464b81c (diff)
downloadnextcloud-server-288b6d40713de3707b489a1028935fabae62e021.tar.gz
nextcloud-server-288b6d40713de3707b489a1028935fabae62e021.zip
make singleselect check for gravity wish, and make it south for default quota
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users/part.setquota.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php
index ee9b918eace..55e31a930e9 100644
--- a/settings/templates/users/part.setquota.php
+++ b/settings/templates/users/part.setquota.php
@@ -6,7 +6,7 @@
<!-- Default storage -->
<span><?php p($l->t('Default Quota'));?></span>
<?php if((bool) $_['isAdmin']): ?>
- <select id='default_quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
+ <select id='default_quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>" data-gravity="s">
<option <?php if($_['default_quota'] === 'none') print_unescaped('selected="selected"');?> value='none'>
<?php p($l->t('Unlimited'));?>
</option>