From: David ‘Bombe’ Roden Date: Wed, 20 Oct 2010 05:22:14 +0000 (+0200) Subject: Use an HTML form to delete replies. X-Git-Tag: 0.1-RC1~168 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=768fe1a93c996bf0c35283c7655725f486b93fb6 Use an HTML form to delete replies. --- diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index adeb92a..edd5368 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -16,7 +16,14 @@
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if reply.sone.current><%/if> + <%if reply.sone.current> +
+ + + + +
+ <%/if>
<%/foreach>