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