mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Resolve issue with Netscape 4.x failing to display page due to ICQ icons
git-svn-id: file:///svn/phpbb/trunk@2106 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0934c7002d
commit
8bf3e70880
@ -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 -->
|
||||
|
||||
<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />
|
||||
|
||||
<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}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user