* 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
+2
View File
@@ -69,10 +69,12 @@
<th><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<!--
<tr>
<th><?php echo $lang->user->join;?></th>
<td><?php echo html::input('join', '', "class='form-control form-date'");?></td>
</tr>
-->
<tr>
<th><?php echo $lang->user->gender;?></th>
<td><?php echo html::radio('gender', (array)$lang->user->genderList, 'm');?></td>