* Finish task #4869.
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<?php endfor;?>
|
||||
<tr>
|
||||
<th colspan='2'><?php echo $lang->user->verifyPassword?></th>
|
||||
<td colspan='<?php echo count($visibleFields) + 3?>'>
|
||||
<td colspan='3'>
|
||||
<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}'");?>
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<?php endforeach;?>
|
||||
<tr>
|
||||
<th colspan='2'><?php echo $lang->user->verifyPassword?></th>
|
||||
<td colspan='<?php echo count($visibleFields) + 1?>'>
|
||||
<td colspan='2'>
|
||||
<div class="required required-wrapper"></div>
|
||||
<input type='text' style="display:none"> <!-- for disable autocomplete all browser -->
|
||||
<input type='password' style="display:none"> <!-- for disable autocomplete all browser -->
|
||||
|
||||
Reference in New Issue
Block a user