diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index eb337344..ba4fddaf 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -1,23 +1,26 @@ -
+
+ + <% if CanPostComment %>

<% _t('POSTCOM','Post your comment') %>

- $PostCommentForm <% else %>

You can't post comments until you have logged in<% if PostingRequiresPermission %>, and that you have an appropriate permission level<% end_if %>. Please login by clicking here.

<% end_if %> + +

<% _t('COMMENTS','Comments') %>

-
+ <% if Comments %> -
    + <% control Comments %> -
  • +
    <% include PageCommentInterface_singlecomment %> -
  • +
<% end_control %> - + <% if Comments.MoreThanOnePage %>
@@ -45,7 +48,8 @@ <% else %>

<% _t('NOCOMMENTSYET','No one has commented on this page yet.') %>

<% end_if %> -
+ +

<% _t('RSSFEEDCOMMENTS', 'RSS feed for comments on this page') %> | <% _t('RSSFEEDALLCOMMENTS', 'RSS feed for all comments') %>