1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

unclosed type fields and a couple of missing classes on textareas

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3300 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-10 13:36:19 +00:00
parent 88731651b0
commit 5c2eda3308
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
<tr>
<td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td>
<td class="row2" width="62%">
<textarea name="group_description" rows=5 cols=51>{GROUP_DESCRIPTION}</textarea>
<textarea class="post" name="group_description" rows="5" cols="51">{GROUP_DESCRIPTION}</textarea>
</td>
</tr>
<tr>

View File

@ -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="100" 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="100" value="" />
</td>
</tr>
<tr>
@ -103,7 +103,7 @@
{BBCODE_STATUS}<br />
{SMILIES_STATUS}</span></td>
<td class="row2">
<textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea>
<textarea class="post" name="signature" rows="6" cols="45">{SIGNATURE}</textarea>
</td>
</tr>
<tr>