Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-04-09 14:47:08 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-04-09 17:15:08 +0400
commit2c3d66c776365ed8f1bc34a4bee59e6129e0cf15 (patch)
tree4387c7a40ac3cfffa2efd014c2a5e6a32111bf2e /settings
parentaef66e06b33dbfe5477cc39fe7e12f48bdedc729 (diff)
Users: fix "Other.." quota option for the default quota
Diffstat (limited to 'settings')
-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>