From 85a524abcb5ddee6eac0ca87ccee4c2ed415fb64 Mon Sep 17 00:00:00 2001 From: Brent Neave Date: Mon, 21 Sep 2009 21:01:02 +0000 Subject: [PATCH] MINOR: CSS and templating. Added Cufon font replacement script to render h1 and h2 in DTL Argo Bold font. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@86878 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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') %>