* Fix bug.

This commit is contained in:
滔哥
2017-12-26 16:30:17 +08:00
parent eee6b9d62f
commit dc8ee0995e
7 changed files with 14 additions and 29 deletions
+1 -5
View File
@@ -39,10 +39,6 @@
<td colspan='3'><?php echo html::select('groups[]', $groups, $userGroups, 'size=3 multiple=multiple class="form-control chosen"');?></td>
</tr>
<tr>
<!--
<th><?php echo $lang->user->join;?></th>
<td><?php echo html::input('join', $user->join, "class='form-control form-date'");?></td>
-->
<th><?php echo $lang->user->gender;?></th>
<td colspan="3"><?php echo html::radio('gender', (array)$lang->user->genderList, $user->gender);?></td>
</tr>
@@ -100,7 +96,7 @@
<td><?php echo html::input('phone', $user->phone, "class='form-control' autocomplete='off'");?></td>
<th><?php echo $lang->user->address;?></th>
<td><?php echo html::input('address', $user->address, "class='form-control' autocomplete='off'");?></td>
</tr>
</tr>
<tr>
<th><?php echo $lang->user->zipcode;?></th>
<td><?php echo html::input('zipcode', $user->zipcode, "class='form-control' autocomplete='off'");?></td>