Show
Ignore:
Timestamp:
04/14/08 18:28:41 (20 months ago)
Author:
bsmith
Message:

bugzid:74303 - Review Design of Threaded Comments

Files:
1 modified

Legend:

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

    r1851 r1889  
    1515                    <div class="asset-meta"> 
    1616                        <span class="byline"> 
    17                             <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> 
    18                             <MTCommentParent> 
    19                             <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><$MTCommentAuthor$></a> 
    20                             </MTCommentParent> 
    21                             <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
     17                            <mt:IfCommentParent> 
     18                                <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span>%%<mt:CommentParent>#comment-<$MTCommentID$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
     19                            <mt:else> 
     20                                <MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span> 
     21                            </mt:IfCommentParent> 
     22                            | <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
    2223                            <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 
    2324                        </span> 
     
    7374                    </div> 
    7475                    <div id="comment-form-remember-me"> 
    75                         <label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" /> 
    76                             <__trans phrase="Remember personal info?"></label> 
     76                        <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" /> 
     77                        <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 
    7778                    </div> 
    7879                    <div id="comment-form-reply"> 
    79                         <label for="comment-reply" id="comment-reply-label"><input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" /> 
    80                             <__trans phrase="Replying to"></label> 
     80                        <input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" /> 
     81                        <label for="comment-reply" id="comment-reply-label"></label> 
    8182                    </div> 
    8283                </div>