|
From: Paul S. O. <ps...@us...> - 2001-11-15 17:00:22
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv23940/templates/subSilver Modified Files: profile_send_email.tpl Log Message: Forgot that engage brain thing again ... Index: profile_send_email.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_send_email.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** profile_send_email.tpl 2001/11/15 16:26:41 1.1 --- profile_send_email.tpl 2001/11/15 17:00:19 1.2 *************** *** 3,7 **** <!-- 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 --> --- 3,7 ---- <!-- 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 --> *************** *** 68,72 **** <!-- 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="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> --- 68,72 ---- <!-- 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="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> |