* adjust for limited user.

This commit is contained in:
wangyidong
2017-09-26 11:08:11 +08:00
parent 87b37b3a67
commit 50460830e2
34 changed files with 85 additions and 204 deletions
-5
View File
@@ -61,11 +61,6 @@
<td><?php echo html::select('group', $groupList, '', "class='form-control chosen'");?></td>
<td><?php echo $lang->user->placeholder->group?></td>
</tr>
<tr>
<th><?php echo $lang->user->limitedUser;?></th>
<td><?php echo html::radio('limitedUser', $lang->user->limitedUserList, 'no');?></td>
<td><?php echo $lang->user->placeholder->limitedUser?></td>
</tr>
<tr>
<th><?php echo $lang->user->email;?></th>
<td><?php echo html::input('email', '', "class='form-control' autocomplete='off'");?></td>