* finish task #2575.

This commit is contained in:
wangyidong
2016-03-25 13:32:45 +08:00
parent 3430178900
commit 256383e5e3
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@
<th colspan='2'><?php echo $lang->user->verifyPassword?></th>
<td colspan='7'>
<div class="required required-wrapper"></div>
<input type='password' style="display:none"> <!-- for disable autocomplete all browser -->
<?php echo html::password('verifyPassword', '', "class='form-control disabled-ie-placeholder' autocomplete='off' placeholder='{$lang->user->placeholder->verify}'");?>
</td>
</tr>