aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/posting_smilies.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/posting_smilies.html')
-rw-r--r--phpBB/templates/subSilver/posting_smilies.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/posting_smilies.html b/phpBB/templates/subSilver/posting_smilies.html
index 13b01939f3..1f7cb346e7 100644
--- a/phpBB/templates/subSilver/posting_smilies.html
+++ b/phpBB/templates/subSilver/posting_smilies.html
@@ -19,9 +19,9 @@ function emoticon(text) {
<table width="100%" cellspacing="2" cellpadding="0" border="0">
<tr>
- <td><table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
+ <td><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
- <th class="thHead" height="25">{L_EMOTICONS}</th>
+ <th height="25">{L_EMOTICONS}</th>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><!-- BEGIN emoticon --> <a href="javascript:emoticon('{emoticon.SMILEY_CODE}')"><img src="{emoticon.SMILEY_IMG}" width="{emoticon.SMILEY_WIDTH}" height="{emoticon.SMILEY_HEIGHT}" border="0" alt="{emoticon.SMILEY_DESC}" title="{emoticon.SMILEY_DESC}" hspace="2" vspace="2" onclick="emoticon('{emoticon.SMILEY_CODE}');return false" /></a> <!-- END emoticon --><br /><a class="nav" href="javascript:window.close();">{L_CLOSE_WINDOW}</a></td>