Show
Ignore:
Timestamp:
07/30/08 00:08:49 (16 months ago)
Author:
bsmith
Message:

various updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/templates/vanilla+comments+userpics/comment_preview.mtml

    r916 r919  
    11<mt:IncludeBlock module="wrapper"> 
     2     
     3    <mt:setvarblock name="html_head" append="1"> 
     4        <style type="text/css" media="screen"> 
     5            form { 
     6                width: 50%; 
     7            } 
     8        </style> 
     9    </mt:setvarblock> 
    210 
    311    <mt:SetVarBlock name="html_head"> 
     
    4553                    <input type="hidden" name="sid" value="" /> 
    4654                    <div id="comments-open-data"> 
    47                         <label for="comment-author"><__trans phrase="Name"></label> 
    48                         <input id="comment-author" name="author" size="30" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
    49  
    50                         <label for="comment-email"><__trans phrase="Email Address"></label> 
    51                         <input id="comment-email" name="email" size="30" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
    52  
    53                         <label for="comment-url"><__trans phrase="URL"></label> 
    54                         <input id="comment-url" name="url" size="30" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
     55                        <div> 
     56                            <label for="comment-author"><__trans phrase="Name"></label> 
     57                            <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     58                        </div> 
     59                        <div> 
     60                            <label for="comment-email"><__trans phrase="Email Address"></label> 
     61                            <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     62                        </div> 
     63                        <div> 
     64                            <label for="comment-url"><__trans phrase="URL"></label> 
     65                            <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     66                        </div> 
    5567                    </div> 
    5668                    <div id="comment-form-reply"<mt:IfCommentParent><mt:Else> style="display:none"</mt:IfCommentParent>>