* finish task #2880.

This commit is contained in:
chenfeiCF
2017-01-10 14:13:31 +08:00
parent f8460d4027
commit 61db347702
85 changed files with 236 additions and 236 deletions

View File

@@ -19,12 +19,12 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->user->email;?></th>
<td><?php echo html::input('email', $email, "class='form-control'");?></td>
<td><?php echo html::input('email', $email, "class='form-control' autocomplete='off'");?></td>
<td><?php echo html::a(inlink('ajaxsendcode', 'type=email'), $lang->admin->getCaptcha, '', "id='codeSender' class='btn'");?></td>
</tr>
<tr>
<th><?php echo $lang->admin->captcha;?></th>
<td><?php echo html::input('captcha', '', "class='form-control'");?></td>
<td><?php echo html::input('captcha', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th></th>