|
Revision 1262, 0.7 kB
(checked in by bsmith, 23 months ago)
|
|
bugzid:64015 - Add userpics comments in default templates
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <MTIfCommentsActive> |
|---|
| 2 | <div id="comments" class="comments<mt:IfImageSupport> comments-userpic</mt:IfImageSupport>"> |
|---|
| 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> |
|---|