diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index ba4fddaf..eb337344 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -1,26 +1,23 @@ -
- - +
<% 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 %>
@@ -48,8 +45,7 @@ <% 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') %>