Merge pull request #2815 from owncloud/default-quota
Users: fix "Other.." quota option for the default quota
This commit is contained in:
commit
6ba391c87a
|
@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items);
|
||||||
<?php p($_['default_quota']);?>
|
<?php p($_['default_quota']);?>
|
||||||
</option>
|
</option>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
<option value='other'>
|
<option data-new value='other'>
|
||||||
<?php p($l->t('Other'));?>
|
<?php p($l->t('Other'));?>
|
||||||
...
|
...
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Reference in New Issue