Changeset 979
- Timestamp:
- 08/25/08 07:13:26 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml
r922 r979 55 55 <div> 56 56 <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()" /> 58 58 </div> 59 59 <div> 60 60 <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()" /> 62 62 </div> 63 63 <div> 64 64 <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()" /> 66 66 </div> 67 67 </div>
