* turn off the autocomplete prop.

This commit is contained in:
wangchunsheng
2012-04-30 02:38:47 +00:00
parent 7c55bcc215
commit b71b34f99e
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->account;?></th>
<td><?php echo html::input('account', '', "class='text-3'");?></td>
<td><?php echo html::input('account', '', "class='text-3' autocomplete='off'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->realname;?></th>
@@ -45,11 +45,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password;?></th>
<td><?php echo html::password('password1', '', "class='text-3'");?></td>
<td><?php echo html::password('password1', '', "class='text-3' autocomplete='off'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password2;?></th>
<td><?php echo html::password('password2', '', "class='text-3'");?></td>
<td><?php echo html::password('password2', '', "class='text-3' autocomplete='off'");?></td>
</tr>
<tr><td colspan='2' class='a-center'><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>
+3 -3
View File
@@ -21,7 +21,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->account;?></th>
<td><?php echo html::input('account', $user->account, "class='text-3'");?></td>
<td><?php echo html::input('account', $user->account, "class='text-3' autocomplete='off'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->realname;?></th>
@@ -45,11 +45,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password;?></th>
<td><?php echo html::password('password1', '', "class='text-3'");?></td>
<td><?php echo html::password('password1', '', "class='text-3' autocomplete='off'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password2;?></th>
<td><?php echo html::password('password2', '', "class='text-3'");?></td>
<td><?php echo html::password('password2', '', "class='text-3' autocomplete='off'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->msn;?></th>