mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
3831c9b651
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42137 467b73ca-7a2a-4603-9d3b-597d59a354a9
22 lines
734 B
Scheme
Executable File
22 lines
734 B
Scheme
Executable File
<p class="comment" id="PageComment_$ID">
|
|
$Comment.XML
|
|
</p>
|
|
<p class="info">
|
|
<span><% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago)</span>
|
|
<br />
|
|
<ul class="actionLinks">
|
|
<% if ApproveLink %>
|
|
<li><a href="$ApproveLink" class="approvelink">approve this comment</a></li>
|
|
<% end_if %>
|
|
<% if SpamLink %>
|
|
<li><a href="$SpamLink" class="spamlink"><% _t('ISSPAM','this comment is spam') %></a></li>
|
|
<% end_if %>
|
|
<% if HamLink %>
|
|
<li><a href="$HamLink" class="hamlink"><% _t('ISNTSPAM','this comment is not spam') %></a></li>
|
|
<% end_if %>
|
|
<% if DeleteLink %>
|
|
<li class="last"><a href="$DeleteLink" class="deletelink"><% _t('REMCOM','remove this comment') %></a></li>
|
|
<% end_if %>
|
|
</ul>
|
|
</p>
|