aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/subSilver/posting_body.tpl20
1 files changed, 2 insertions, 18 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl
index c5971a935c..f7d61ee7f9 100644
--- a/phpBB/templates/subSilver/posting_body.tpl
+++ b/phpBB/templates/subSilver/posting_body.tpl
@@ -1,9 +1,3 @@
-<!-- Spell checker option part 1: You must sign up for an account at www.spellchecker.net to use this option -->
-<!-- Change the path to point to the file you got once signed up at Spellchecker.net -->
-<!-- Remember to uncomment the spellchecker button near the end of this template -->
-<!-- script type="text/javascript" language="javascript" src="spellcheck/spch.js"></script -->
-<!-- End spellchecker option -->
-
<script language="JavaScript" type="text/javascript">
<!--
// bbCode control by
@@ -228,7 +222,7 @@ function storeCaret(textEl) {
<br clear="all" />
<!-- END privmsg_extensions -->
-<form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)">
+<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">
{POST_PREVIEW_BOX}
{ERROR_BOX}
@@ -439,17 +433,7 @@ function storeCaret(textEl) {
</tr>
{POLLBOX}
<tr>
- <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}
- <!-- Spell checker option part 2: You must sign up for an account at www.spellchecker.net to use this option -->
- <!-- Change the path in the onclick function to point to your files you got once signed up at Spellchecker.net -->
- <!-- Remember to uncomment the link to the javascript file at the top of this template -->
- <!-- input type="button" tabindex="4" class="liteoption" name="spellcheck" value="{L_SPELLCHECK}" onClick= "doSpell ('uk', document.post.message, document.location.protocol + '//' + document.location.host + '/phpBB/spellcheck/sproxy.php', true);" / -->
- <!-- End spellchecker option -->
- &nbsp;
- <input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />
- &nbsp;
- <input type="submit" accesskey="s" tabindex="6" name="submit" class="mainoption" value="{L_SUBMIT}" />
- </td>
+ <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />&nbsp;<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
</tr>
</table>