17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1272 Views |
-
Small PageComment interface change

24 May 2007 at 4:09pm
Hi,
I think can be nice to delimiter a little bit the "remove link" and "spam link" in comments.
--- PageCommentInterface_singlecomment.ss.orig 2007-05-24 16:05:39.000000000 +1200
+++ PageCommentInterface_singlecomment.ss 2007-05-24 16:05:43.000000000 +1200
@@ -7,9 +7,11 @@
<a href="$DeleteLink" class="deletelink">remove this comment</a>
<% end_if %>
<% if SpamLink %>
+ <% if DeleteLink %> | <% end_if %>
<a href="$SpamLink" class="spamlink">this comment is spam</a>
<% end_if %>
<% if HamLink %>
+ <% if DeleteLink %> | <% end_if %>
<a href="$HamLink" class="hamlink">this comment is not spam</a>
<% end_if %>
</span> -
Re: Small PageComment interface change

28 May 2007 at 3:08pm
Hi there,
Thanks for the contribution. I've added this as a ticket to be enhanced for a future release. We'll do it similar to your way but use CSS for the border instead, which is more semantic.
Cheers,
Sean
| 1272 Views | ||
|
Page:
1
|
Go to Top |


