From 816ae894d98347af747b9c660d650c2ca663159d Mon Sep 17 00:00:00 2001 From: Brent Neave Date: Mon, 21 Sep 2009 21:22:16 +0000 Subject: [PATCH] MINOR: Reverted r86878 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@86882 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) 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') %>