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/entry.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    <h1><$mt:EntryTitle$></h1> 
     
    6169                    <input type="hidden" name="sid" value="" /> 
    6270                    <div id="comments-open-data"> 
    63                         <label for="comment-author"><__trans phrase="Name"></label> 
    64                         <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    65  
    66                         <label for="comment-email"><__trans phrase="Email Address"></label> 
    67                         <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    68  
    69                         <label for="comment-url"><__trans phrase="URL"></label> 
    70                         <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    71  
    72                         <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> 
    73                         <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 
     71                        <div> 
     72                            <label for="comment-author"><__trans phrase="Name"></label> 
     73                            <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     74                        </div> 
     75                        <div> 
     76                            <label for="comment-email"><__trans phrase="Email Address"></label> 
     77                            <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     78                        </div> 
     79                        <div> 
     80                            <label for="comment-url"><__trans phrase="URL"></label> 
     81                            <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
     82                        </div> 
     83                        <div> 
     84                            <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> 
     85                            <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 
     86                        </div> 
    7487                    </div> 
    7588                    <div id="comment-form-reply" style="display:none">