mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
guess what ? yes, just fixed small glitches.
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3705 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br />
|
||||
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
|
||||
<td class="row2">
|
||||
<input class="post" type="password" name="password" size="35" maxlength="100" value="" />
|
||||
<input class="post" type="password" name="password" size="35" maxlength="32" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br />
|
||||
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
|
||||
<td class="row2">
|
||||
<input class="post" type="password" name="password_confirm" size="35" maxlength="100" value="" />
|
||||
<input class="post" type="password" name="password_confirm" size="35" maxlength="32" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -76,7 +76,7 @@
|
||||
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
|
||||
<input class="post" type="text" name="username" size="10" />
|
||||
{L_PASSWORD}:
|
||||
<input class="post" type="password" name="password" size="10" />
|
||||
<input class="post" type="password" name="password" size="10" maxlength="32" />
|
||||
{L_AUTO_LOGIN}
|
||||
<input class="text" type="checkbox" name="autologin" />
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
<tr>
|
||||
<td align="right"><span class="gen">{L_PASSWORD}:</span></td>
|
||||
<td>
|
||||
<input type="password" name="password" size="25" maxlength="25" />
|
||||
<input type="password" name="password" size="25" maxlength="32" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
|
@@ -37,7 +37,7 @@
|
||||
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
|
||||
<span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td>
|
||||
<td class="row2">
|
||||
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{CUR_PASSWORD}" />
|
||||
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="32" value="{CUR_PASSWORD}" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END switch_edit_profile -->
|
||||
@@ -45,14 +45,14 @@
|
||||
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br />
|
||||
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
|
||||
<td class="row2">
|
||||
<input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="100" value="{NEW_PASSWORD}" />
|
||||
<input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="32" value="{NEW_PASSWORD}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br />
|
||||
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
|
||||
<td class="row2">
|
||||
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="100" value="{PASSWORD_CONFIRM}" />
|
||||
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN switch_confirm -->
|
||||
|
Reference in New Issue
Block a user