Show
Ignore:
Timestamp:
05/19/08 21:42:12 (19 months ago)
Author:
bsmith
Message:

bugzid:79831 - Small code fixes to sync with UTS template set

Files:
1 modified

Legend:

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

    r2393 r2394  
    1919                    <div class="asset-meta"> 
    2020                        <span class="byline"> 
    21                             <mt:IfCommentParent> 
    22                                 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
    23                             <mt:else> 
    24                                 <$MTCommentAuthorIdentity$> 
    25                                 <span class="vcard author"><$MTCommentAuthorLink$></span> 
    26                             </mt:IfCommentParent> 
     21                            <$MTCommentAuthorIdentity$> 
     22        <mt:IfCommentParent> 
     23                            <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
     24        <mt:else> 
     25                            <span class="vcard author"><$MTCommentAuthorLink$></span> 
     26        </mt:IfCommentParent> 
    2727                            | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
    28                             <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 
     28        <MTIfCommentsAccepted> 
     29                            | <$MTCommentReplyLink$> 
     30        </MTIfCommentsAccepted> 
    2931                        </span> 
    3032                    </div>