Changeset 1249 for trunk/MidCenturyTemplateSet
- Timestamp:
- 11/13/08 00:37:33 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/MidCenturyTemplateSet/plugins/MidCenturyTemplateSet/templates/blogbase/comment_response.mtml
r1191 r1249 1 <mt:Ignore> figure out which comment is the newly submitted comment</mt:Ignore>1 <mt:Ignore><!-- figure out which comment is the newly submitted comment --></mt:Ignore> 2 2 <mt:SetVarBlock name="comment_new"><mt:CommentID></mt:SetVarBlock> 3 3 4 <mt:Ignore> Return the complete list of comments.</mt:Ignore>4 <mt:Ignore><!-- Return the complete list of comments. --></mt:Ignore> 5 5 <MTComments> 6 6 <MTCommentsHeader> … … 14 14 </MTComments> 15 15 16 <mt:Ignore> Output messaging if necessary.</mt:Ignore>16 <mt:Ignore><!-- Output messaging if necessary. --></mt:Ignore> 17 17 <mt:If name="comment_pending"> 18 18 <mt:Ignore><!-- Pending message when comment is being held for review --></mt:Ignore> … … 22 22 <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock> 23 23 </mt:If> 24 24 25 <mt:If name="message"><div id="comment-error" class="message"><mt:Var name="message" /></div></mt:If>
