mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Hide smilies if disabled
git-svn-id: file:///svn/phpbb/trunk@6235 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a4f35f045e
commit
6742bcece7
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@ function checkForm()
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}</span><br /><br />
|
||||
<!-- IF S_SMILIES_ALLOWED -->
|
||||
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
|
||||
|
@ -235,6 +236,7 @@ function checkForm()
|
|||
<!-- ENDIF -->
|
||||
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<td class="row2" valign="top">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue