|
From: Paul S. O. <ps...@us...> - 2002-02-12 15:54:04
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv8468/templates/subSilver Modified Files: posting_body.tpl Log Message: Resolve issue with Netscape 4.x failing to display page due to ICQ icons Index: posting_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** posting_body.tpl 12 Jan 2002 22:58:22 -0000 1.22 --- posting_body.tpl 12 Feb 2002 15:53:59 -0000 1.23 *************** *** 1,8 **** - <!-- 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"> <!-- --- 1,2 ---- *************** *** 229,233 **** <!-- END privmsg_extensions --> ! <form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)"> {POST_PREVIEW_BOX} --- 223,227 ---- <!-- END privmsg_extensions --> ! <form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> {POST_PREVIEW_BOX} *************** *** 440,454 **** {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> </tr> </table> --- 434,438 ---- {POLLBOX} <tr> ! <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> |