* change for verify password.

This commit is contained in:
wangyidong
2015-05-20 14:30:41 +08:00
parent f1243b5621
commit d27612e031
11 changed files with 69 additions and 51 deletions
+3 -2
View File
@@ -20,10 +20,11 @@
<table class='w-p100 table-form'>
<tr>
<th class='w-100px text-right'>
<?php echo $lang->user->verifyPwd;?>
<?php echo $lang->user->verifyPassword;?>
</th>
<td>
<?php echo html::input('verifyPwd', '', "class='form-control' placeholder='{$lang->user->placeholder->verify}'");?>
<div class="required required-wrapper"></div>
<?php echo html::input('verifyPassword', '', "class='form-control' placeholder='{$lang->user->placeholder->verify}'");?>
</td>
<td class='w-100px'><?php echo html::submitButton();?></td>
</tr>