Changeset 2313 for branches/release-38/default_templates/comments.mtml
- Timestamp:
- 05/13/08 01:00:53 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/comments.mtml
r2239 r2313 20 20 <span class="byline"> 21 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> #comment-<$MTCommentID$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">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 23 <mt:else> 24 24 <$MTCommentAuthorIdentity$> 25 25 <span class="vcard author"><$MTCommentAuthorLink$></span> 26 26 </mt:IfCommentParent> 27 | <a href=" #comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate relative="js"$></abbr></a>27 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate relative="js"$></abbr></a> 28 28 <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 29 29 </span>
