mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
only relevant for new installations, fix missing class.
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
661e17f656
commit
baa5de9988
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@
|
|||
<tr>
|
||||
<td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td>
|
||||
<td>
|
||||
<input type="text" name="username" size="25" maxlength="40" value="{USERNAME}" />
|
||||
<input type="text" class="post" name="username" size="25" maxlength="40" value="{USERNAME}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right"><span class="gen">{L_PASSWORD}:</span></td>
|
||||
<td>
|
||||
<input type="password" name="password" size="25" maxlength="32" />
|
||||
<input type="password" class="post" name="password" size="25" maxlength="32" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
|
|
Loading…
Add table
Reference in a new issue