mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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 changed files with 2 additions and 18 deletions
|
@ -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">
|
<script language="JavaScript" type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
// bbCode control by
|
// bbCode control by
|
||||||
|
@ -228,7 +222,7 @@ function storeCaret(textEl) {
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
<!-- END privmsg_extensions -->
|
<!-- 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}
|
{POST_PREVIEW_BOX}
|
||||||
{ERROR_BOX}
|
{ERROR_BOX}
|
||||||
|
@ -439,17 +433,7 @@ function storeCaret(textEl) {
|
||||||
</tr>
|
</tr>
|
||||||
{POLLBOX}
|
{POLLBOX}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}
|
<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>
|
||||||
<!-- 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>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue