Changeset 979

Show
Ignore:
Timestamp:
08/25/08 07:13:26 (3 months ago)
Author:
bsmith
Message:

adding values to comment preview form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml

    r922 r979  
    5555                        <div> 
    5656                            <label for="comment-author"><__trans phrase="Name"></label> 
    57                             <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     57                            <input id="comment-author" name="author" size="30" value="<$mt:CommentAuthor encode_html="1"$>" onfocus="mtCommentFormOnFocus()" /> 
    5858                        </div> 
    5959                        <div> 
    6060                            <label for="comment-email"><__trans phrase="Email Address"></label> 
    61                             <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     61                            <input id="comment-email" name="email" size="30" value="<$mt:CommentEmail encode_html="1"$>" onfocus="mtCommentFormOnFocus()" /> 
    6262                        </div> 
    6363                        <div> 
    6464                            <label for="comment-url"><__trans phrase="URL"></label> 
    65                             <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     65                            <input id="comment-url" name="url" size="30" value="<$mt:CommentURL encode_html="1"$>" onfocus="mtCommentFormOnFocus()" /> 
    6666                        </div> 
    6767                    </div>