mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
little bit of template tag cleaning
git-svn-id: file:///svn/phpbb/trunk@6637 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d6c5be3d73
commit
e67722c18b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue