mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
#1189 Page comments links for spam and delete comment should be inside <ul>
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39819 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6de32f6edc
commit
683f9f6d11
@ -7,18 +7,18 @@
|
||||
<p class="info">
|
||||
<span>Posted by $Name.XML, $Created.Nice ($Created.Ago)</span>
|
||||
<br />
|
||||
<span>
|
||||
<ul class="actionLinks">
|
||||
<% if AcceptLink %>
|
||||
<a href="$AcceptLink" class="acceptlink">accept this comment</a>
|
||||
<li><a href="$AcceptLink" class="acceptlink">accept this comment</a></li>
|
||||
<% end_if %>
|
||||
<% if SpamLink %>
|
||||
<a href="$SpamLink" class="spamlink">this comment is spam</a>
|
||||
<li><a href="$SpamLink" class="spamlink">this comment is spam</a></li>
|
||||
<% end_if %>
|
||||
<% if HamLink %>
|
||||
<a href="$HamLink" class="hamlink">this comment is not spam</a>
|
||||
<li><a href="$HamLink" class="hamlink">this comment is not spam</a></li>
|
||||
<% end_if %>
|
||||
<% if DeleteLink %>
|
||||
<a href="$DeleteLink" class="deletelink">remove this comment</a>
|
||||
<li class="last"><a href="$DeleteLink" class="deletelink">remove this comment</a></li>
|
||||
<% end_if %>
|
||||
</span>
|
||||
</ul>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user