* Fix task#4845.

This commit is contained in:
滔哥
2018-09-20 07:55:40 +08:00
parent ad8468037d
commit 3cb02d06ce
+4 -4
View File
@@ -31,10 +31,6 @@
<th><?php echo $lang->user->account;?></th>
<td><?php echo html::input('account', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->realname;?></th>
<td><?php echo html::input('realname', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->password;?></th>
<td>
@@ -49,6 +45,10 @@
<th><?php echo $lang->user->password2;?></th>
<td><?php echo html::password('password2', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->realname;?></th>
<td><?php echo html::input('realname', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->join;?></th>
<td><?php echo html::input('join', date('Y-m-d'), "class='form-control form-date'");?></td>