diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2012-06-08 11:37:04 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2012-06-08 11:37:04 +0200 |
commit | f91ad08613bf2554f689da7d71a8d79a272bafeb (patch) | |
tree | bde1510a17188bc6c27a3a6ff09729dec8837a92 /settings/templates | |
parent | 4768510923f6bfa3f3473874395a7a61872f1df0 (diff) | |
download | nextcloud-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.php | 2 |
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;?> |