Changeset 1318

Show
Ignore:
Timestamp:
01/22/08 07:32:09 (22 months ago)
Author:
fumiakiy
Message:

In addition to r1310, also show authentication type icons of the commenters. BugId:66835

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-28/default_templates/comment_detail.mtml

    r1310 r1318  
    33        <div class="comment-header"> 
    44            <div class="asset-meta"> 
    5                 <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><MTIfNonEmpty tag="CommenterID"><a href="<$MTCommenterURL$>"><$MTCommenterName$></a><MTElse><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></MTIfNonEmpty></span>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span> 
     5                <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span> 
    66            </div> 
    77        </div>