aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/posting_smilies.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/posting_smilies.tpl')
-rw-r--r--phpBB/templates/Euclid/posting_smilies.tpl45
1 files changed, 0 insertions, 45 deletions
diff --git a/phpBB/templates/Euclid/posting_smilies.tpl b/phpBB/templates/Euclid/posting_smilies.tpl
deleted file mode 100644
index 24ed3ffcef..0000000000
--- a/phpBB/templates/Euclid/posting_smilies.tpl
+++ /dev/null
@@ -1,45 +0,0 @@
-
-<script language="javascript" type="text/javascript">
-<!--
-function emoticon(text) {
- text = ' ' + text + ' ';
- if (opener.document.forms['post'].message.createTextRange && opener.document.forms['post'].message.caretPos) {
- var caretPos = opener.document.forms['post'].message.caretPos;
- caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
- opener.document.forms['post'].message.focus();
- } else {
- opener.document.forms['post'].message.value += text;
- opener.document.forms['post'].message.focus();
- }
-}
-//-->
-</script>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="10">
- <tr>
- <td><table width="100%" cellspacing="1" cellpadding="4" border="0">
- <tr>
- <th height="25">{L_EMOTICONS}</th>
- </tr>
- <tr>
- <td><table width="100" border="0" cellspacing="0" cellpadding="5">
- <!-- BEGIN smilies_row -->
- <tr align="center" valign="middle">
- <!-- BEGIN smilies_col -->
- <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td>
- <!-- END smilies_col -->
- </tr>
- <!-- END smilies_row -->
- <!-- BEGIN switch_smilies_extra -->
- <tr align="center">
- <td colspan="{S_SMILIES_COLSPAN}"><span class="gensmall"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies">{L_MORE_SMILIES}</a></span></td>
- </tr>
- <!-- END switch_smilies_extra -->
- </table></td>
- </tr>
- <tr>
- <td align="center"><br /><span class="gensmall"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
- </tr>
- </table></td>
- </tr>
-</table>