diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-04-09 12:47:08 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-04-09 12:47:08 +0200 |
commit | 27f710d8604b5a62e91169afd7db486d66d1d6ae (patch) | |
tree | f50d937d91c94340db7fe7321929080223dd0d69 /settings | |
parent | 352af6005f3572c95a3993c336224b1ff101f714 (diff) | |
download | nextcloud-server-27f710d8604b5a62e91169afd7db486d66d1d6ae.tar.gz nextcloud-server-27f710d8604b5a62e91169afd7db486d66d1d6ae.zip |
Users: fix "Other.." quota option for the default quota
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/users.php | 2 |
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> |