mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
commit
10b0afc20b
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ document.write('<input type="hidden" name="user_timezone" value="'+tz+'" />');
|
||||||
<tr>
|
<tr>
|
||||||
<td class="prof-title">{L_CONFIRM_PASSWORD}: * <!-- IF EDIT_PROFILE --><br /><h6>{L_PASSWORD_CONFIRM_IF_CHANGED}</h6><!-- ENDIF --></td>
|
<td class="prof-title">{L_CONFIRM_PASSWORD}: * <!-- IF EDIT_PROFILE --><br /><h6>{L_PASSWORD_CONFIRM_IF_CHANGED}</h6><!-- ENDIF --></td>
|
||||||
<td>
|
<td>
|
||||||
<input onBlur="ajax.exec({ action: 'user_register', mode: 'check_pass', pass: $('[name=\'new_pass\']').val(), pass_confirm: $('#pass_confirm').val() }); return false;" type="<!-- IF SHOW_PASS -->text<!-- ELSE -->password<!-- ENDIF -->" name="cfm_pass" size="35" maxlength="32" value="" />
|
<input onBlur="ajax.exec({ action: 'user_register', mode: 'check_pass', pass: $('[name=\'new_pass\']').val(), pass_confirm: $('[name=\'cfm_pass\']').val() }); return false;" type="<!-- IF SHOW_PASS -->text<!-- ELSE -->password<!-- ENDIF -->" name="cfm_pass" size="35" maxlength="32" value="" />
|
||||||
<span id="check_pass"></span>
|
<span id="check_pass"></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue