* Task#3437

This commit is contained in:
滔哥
2017-12-07 16:37:45 +08:00
parent 5ee2c261f6
commit 88bd2a9e91
4 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -39,10 +39,12 @@
<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><?php echo html::radio('gender', (array)$lang->user->genderList, $user->gender);?></td>
<td colspan="3"><?php echo html::radio('gender', (array)$lang->user->genderList, $user->gender);?></td>
</tr>
</table>
<table align='center' class='table table-form'>