* Added check whether parent comment/story should be displayed and removed redundant <a> anchor in Comment#edit skin

* Added comment.comments macro to Comment#comment skin
This commit is contained in:
Tobi Schäfer 2008-05-12 12:51:39 +00:00
parent b969251923
commit 316da71c36

View file

@ -13,10 +13,11 @@
<% #edit %>
<% comment.skin Story#restore %>
<% parent.skin <% parent.type suffix="#comment" %> %>
<% if <% comment.created %> is null then
<% parent.skin <% parent.type suffix=#comment %> %>
%>
<a name="form" id="form"></a>
<br />
<a name="form" id="form"></a>
<form method="post" action="<% response.action %>">
<p class="backup">
<span class="small"><% gettext Title suffix=: %></span><br />
@ -52,6 +53,7 @@
<% #comment %>
<% comment.skin Comment#content %>
<% comment.comments %>
<% #reply %>
<div class="reply">