* disabled for ie8/9 placeholder.

This commit is contained in:
wangyidong
2015-11-27 14:06:59 +08:00
parent 9fe3b5ca05
commit 7acbf8c7bd
8 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<th colspan='2'><?php echo $lang->user->verifyPassword?></th>
<td colspan='7'>
<div class="required required-wrapper"></div>
<?php echo html::password('verifyPassword', '', "class='form-control' autocomplete='off' placeholder='{$lang->user->placeholder->verify}'");?>
<?php echo html::password('verifyPassword', '', "class='form-control disabled-ie-placeholder' autocomplete='off' placeholder='{$lang->user->placeholder->verify}'");?>
</td>
</tr>
<tr><td colspan='9' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>