mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
replaced Replies to PagedReplies
This commit is contained in:
parent
2b8ff849ed
commit
84893ef85f
@ -6,15 +6,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="comment-replies-holder">
|
<div class="comment-replies-holder">
|
||||||
<% if $Replies %>
|
<% if $PagedReplies %>
|
||||||
<ul class="comments-list level-{$Depth}">
|
<ul class="comments-list level-{$Depth}">
|
||||||
<% loop $Replies %>
|
<% loop $PagedReplies %>
|
||||||
<li class="comment $EvenOdd<% if FirstLast %> $FirstLast <% end_if %> $SpamClass">
|
<li class="comment $EvenOdd<% if FirstLast %> $FirstLast <% end_if %> $SpamClass">
|
||||||
<% include CommentsInterface_singlecomment %>
|
<% include CommentsInterface_singlecomment %>
|
||||||
</li>
|
</li>
|
||||||
<% end_loop %>
|
<% end_loop %>
|
||||||
</ul>
|
</ul>
|
||||||
<% with $Replies %>
|
<% with $PagedReplies %>
|
||||||
<% include ReplyPagination %>
|
<% include ReplyPagination %>
|
||||||
<% end_with %>
|
<% end_with %>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user