mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
tidied up the page comment interface. Improved vaildation as well.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@40030 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6e43abc98f
commit
d12ea7b2a7
@ -17,6 +17,7 @@
|
||||
|
||||
<% if Comments.MoreThanOnePage %>
|
||||
<div id="PageCommentsPagination">
|
||||
<p>
|
||||
<% if Comments.PrevLink %>
|
||||
<a href="$Comments.PrevLink">« previous</a>
|
||||
<% end_if %>
|
||||
@ -34,12 +35,13 @@
|
||||
<% if Comments.NextLink %>
|
||||
<a href="$Comments.NextLink">next »</a>
|
||||
<% end_if %>
|
||||
</p>
|
||||
</div>
|
||||
<% end_if %>
|
||||
<% else %>
|
||||
<p id="NoComments">No one has commented on this page yet.</p>
|
||||
<% end_if %>
|
||||
</div>
|
||||
<a class="commentrss" href="$CommentRssLink">RSS feed for comments on this page</a>
|
||||
<p id="CommentsRSSFeed"><a class="commentrss" href="$CommentRssLink">RSS feed for comments on this page</a></p>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user