summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2012-06-08 11:37:04 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2012-06-08 11:37:04 +0200
commitf91ad08613bf2554f689da7d71a8d79a272bafeb (patch)
treebde1510a17188bc6c27a3a6ff09729dec8837a92 /settings/templates
parent4768510923f6bfa3f3473874395a7a61872f1df0 (diff)
downloadnextcloud-server-f91ad08613bf2554f689da7d71a8d79a272bafeb.tar.gz
nextcloud-server-f91ad08613bf2554f689da7d71a8d79a272bafeb.zip
fixed broken lines in user table
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 a23a5bafe61..1951f17a0b7 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -64,7 +64,7 @@ foreach($_["groups"] as $group) {
</select>
</td>
<td class="quota">
- <select class='quota'>
+ <select class='quota-user'>
<?php foreach($_['quota_preset'] as $preset):?>
<option <?php if($user['quota']==$preset) echo 'selected="selected"';?> value='<?php echo $preset;?>'><?php echo $preset;?></option>
<?php endforeach;?>