Show
Ignore:
Timestamp:
05/19/08 19:10:48 (19 months ago)
Author:
bchoate
Message:

Better handling for case where blog cookie and app session are out of sync. BugId:79508

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/default_templates/comments.mtml

    r2376 r2393  
    6161                <input type="hidden" name="armor" value="1" /> 
    6262                <input type="hidden" name="preview" value="" /> 
     63                <input type="hidden" name="sid" value="" /> 
    6364                <div id="comments-open-data"> 
    6465                    <div id="comment-form-name"> 
    6566                        <label for="comment-author"><__trans phrase="Name"></label> 
    66                         <input id="comment-author" name="author" size="30" value="" onfocus="mtShowCaptcha()" /> 
     67                        <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    6768                    </div> 
    6869                    <div id="comment-form-email"> 
    6970                        <label for="comment-email"><__trans phrase="Email Address"></label> 
    70                         <input id="comment-email" name="email" size="30" value="" onfocus="mtShowCaptcha()" /> 
     71                        <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    7172                    </div> 
    7273                    <div id="comment-form-url"> 
    7374                        <label for="comment-url"><__trans phrase="URL"></label> 
    74                         <input id="comment-url" name="url" size="30" value="" onfocus="mtShowCaptcha()" /> 
     75                        <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    7576                    </div> 
    7677                    <div id="comment-form-remember-me"> 
     
    8687                    <label for="comment-text"><__trans phrase="Comments"> 
    8788                    <MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label> 
    88                     <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtShowCaptcha()"></textarea> 
     89                    <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()"></textarea> 
    8990                </div> 
    9091                <div id="comments-open-captcha"></div>