diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 17:00:19 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 17:00:19 +0000 |
| commit | e4c8d6e886a5d65736841ea29325cfac80883bbd (patch) | |
| tree | 9e364aadfd81c41284776f4b4c28e24a02a44a13 /phpBB | |
| parent | 04660b6475666564504c1dd11a8b0f41edb3c452 (diff) | |
| download | forums-e4c8d6e886a5d65736841ea29325cfac80883bbd.tar forums-e4c8d6e886a5d65736841ea29325cfac80883bbd.tar.gz forums-e4c8d6e886a5d65736841ea29325cfac80883bbd.tar.bz2 forums-e4c8d6e886a5d65736841ea29325cfac80883bbd.tar.xz forums-e4c8d6e886a5d65736841ea29325cfac80883bbd.zip | |
Forgot that engage brain thing again ...
git-svn-id: file:///svn/phpbb/trunk@1319 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/profile_send_email.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/profile_send_email.tpl b/phpBB/templates/subSilver/profile_send_email.tpl index 593ae65e36..21d56f99ea 100644 --- a/phpBB/templates/subSilver/profile_send_email.tpl +++ b/phpBB/templates/subSilver/profile_send_email.tpl @@ -2,7 +2,7 @@ <!-- Spell checker option part 1: You must sign up for free 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> +<!-- script type="text/javascript" language="javascript" src=spellcheck/spch.js></script --> <!-- End spellchecker option --> <script language="JavaScript" type="text/javascript"> @@ -67,7 +67,7 @@ function checkForm(formObj) { <!-- Spell checker option part 2: You must sign up for free 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);" /> + <!-- 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> </tr> |
