summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-04-09 12:47:08 +0200
committerRobin Appelman <icewind@owncloud.com>2013-04-09 12:47:08 +0200
commit27f710d8604b5a62e91169afd7db486d66d1d6ae (patch)
treef50d937d91c94340db7fe7321929080223dd0d69 /settings/templates
parent352af6005f3572c95a3993c336224b1ff101f714 (diff)
downloadnextcloud-server-27f710d8604b5a62e91169afd7db486d66d1d6ae.tar.gz
nextcloud-server-27f710d8604b5a62e91169afd7db486d66d1d6ae.zip
Users: fix "Other.." quota option for the default quota
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index deffe168323..6113337f4ee 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items);
<?php p($_['default_quota']);?>
</option>
<?php endif;?>
- <option value='other'>
+ <option data-new value='other'>
<?php p($l->t('Other'));?>
...
</option>