little bit of template tag cleaning

git-svn-id: file:///svn/phpbb/trunk@6637 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-11-23 03:32:47 +00:00
parent d6c5be3d73
commit e67722c18b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<th>{LOGIN_EXPLAIN}</th>
<!-- ENDIF -->
</tr>
<!-- IF LOGIN_EXPLAIN && not S_ADMIN_AUTH -->
<!-- IF LOGIN_EXPLAIN && not S_ADMIN_AUTH -->
<tr>
<td class="row3" colspan="2" align="center"><span class="gensmall">{LOGIN_EXPLAIN}</span></td>
</tr>

View file

@ -49,7 +49,7 @@ function checkForm(formObj)
<td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td>
<td class="row2"><input class="post" type="text" name="subject" size="50" maxlength="100" tabindex="2" value="{SUBJECT}" /></td>
</tr>
<!-- ELSE --->
<!-- ELSE -->
<tr>
<td class="row1" width="35%"><b class="genmed">{L_EMAIL_ADDRESS}</b></td>
<td class="row2"><input class="post" type="text" name="email" size="50" maxlength="100" value="{EMAIL}" /></td>