root/branches/release-41/tmpl/cms/include/comment_detail.tmpl @ 2692

Revision 2692, 1.1 kB (checked in by auno, 17 months ago)

Fixed to work previewing comment reply. BugzID:80425

  • Property svn:keywords set to Id Author Date Revision
Line 
1<div class="comment" id="comment-<$MTCommentID$>">
2    <div class="inner">
3        <div class="comment-header">
4            <div class="asset-meta">
5               <span class="byline">
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>
16               </span>
17            </div>
18        </div>
19        <div class="comment-content">
20            <$MTCommentBody$>
21        </div>
22    </div>
23</div>
Note: See TracBrowser for help on using the browser.