diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-12 14:41:50 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-12 14:56:10 +0200 |
commit | 23c3c561ac8f6bcf6ae8ae63acd8a02013377875 (patch) | |
tree | e75a1bcc377479c79cacf0e79d0554554082e8f5 | |
parent | d47cdc3c18dc20ce4644a7778bf944f27f19949a (diff) | |
download | nextcloud-server-23c3c561ac8f6bcf6ae8ae63acd8a02013377875.tar.gz nextcloud-server-23c3c561ac8f6bcf6ae8ae63acd8a02013377875.zip |
sacrificed alignment for scrolling
-rw-r--r-- | admin/templates/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/templates/users.php b/admin/templates/users.php index 8d6b1efe6e2..77a4f0c0d57 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -6,8 +6,8 @@ foreach($_["groups"] as $group) { ?> <table data-groups="<?php echo implode(', ',$allGroups);?>"> - <tbody id="controls"> - <tr><form id="newuser"> + <tbody> + <tr id="controls"><form id="newuser"> <th class="name"><input id="newusername" placeholder="<?php echo $l->t('Name')?>"></input></th> <th class="password"><input type="password" id="newuserpassword" placeholder="<?php echo $l->t('Password')?>"></input></th> <th class="groups"><select id="newusergroups" data-placeholder="groups" title="<?php echo $l->t('Groups')?>" multiple="multiple"> |