root/branches/release-28/default_templates/comments.mtml @ 1310

Revision 1310, 0.7 kB (checked in by fumiakiy, 23 months ago)

Removing references userpic from default templates. BugId:66835

  • Property svn:executable set to *
Line 
1<MTIfCommentsActive>
2<div id="comments" class="comments">
3    <MTIf name="comment_preview_template">
4    <$MTInclude module="<__trans phrase="Comment Form">"$>
5    </MTIf>
6    <MTComments>
7        <MTCommentsHeader>
8    <h2 class="comments-header"><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></h2>
9    <div class="comments-content">
10        </MTCommentsHeader>
11        <$MTInclude module="<__trans phrase="Comment Detail">"$>
12        <MTCommentsFooter>
13    </div>
14        </MTCommentsFooter>
15    </MTComments>
16    <MTUnless name="comment_preview_template">
17    <$MTInclude module="<__trans phrase="Comment Form">"$>
18    </MTUnless>
19</div>
20</MTIfCommentsActive>
Note: See TracBrowser for help on using the browser.