mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user