Show
Ignore:
Timestamp:
07/03/08 02:52:55 (17 months ago)
Author:
auno
Message:

Fixed to work previewing comment reply. BugzID:80425

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/tmpl/cms/include/comment_detail.tmpl

    r2613 r2692  
    44            <div class="asset-meta"> 
    55               <span class="byline"> 
    6                    <__trans phrase="By [_1]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>'> 
    7                    <MTCommentParent> 
    8                    <__trans phrase="replied to [_1]" params='<a href="#comment-<$MTCommentID$>"><MTCommentAuthor></a>'> 
    9                    </MTCommentParent> 
    10                    <__trans phrase="on [_1]" params='<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'> 
    11                    <MTIfCommentsAccepted> | <$MTCommentReplyToLink$></MTIfCommentsAccepted> 
     6                            <$mt:CommentAuthorIdentity$> 
     7        <mt:IfCommentParent> 
     8                            <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$mt:CommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"> 
     9        <mt:Else> 
     10                            <span class="vcard author"><$mt:CommentAuthorLink$></span> 
     11        </mt:IfCommentParent> 
     12                            | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a> 
     13        <mt:IfCommentsAccepted> 
     14                            | <$mt:CommentReplyToLink$> 
     15        </mt:IfCommentsAccepted> 
    1216               </span> 
    1317            </div>