* finish task #2252.

This commit is contained in:
wangyidong
2015-05-12 11:15:33 +08:00
parent ff8ac1f30f
commit d00f899b21
5 changed files with 111 additions and 72 deletions
+4
View File
@@ -57,6 +57,10 @@
</td>
</tr>
<?php endfor;?>
<tr>
<th colspan='2'><?php echo $lang->user->verifyPwd?></th>
<td colspan='7'><?php echo html::password('verifyPwd', '', "class='form-control' autocomplete='off' placeholder='{$lang->user->placeholder->verify}'");?></td>
</tr>
<tr><td colspan='9' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
</table>
</form>