From 14caea1fb86cd1696b8c62d36ea80b770e942568 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 16 Jan 2011 14:43:41 +0100 Subject: [PATCH] Only show trust controls when logged in. --- src/main/resources/templates/include/viewPost.html | 42 +++++++++++----------- .../resources/templates/include/viewReply.html | 42 +++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index a19ee73..11e0b3e 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -37,27 +37,27 @@ - <%/if> - <%if !post.sone.current> - · -
- - - - -
-
- - - - -
-
- - - - -
+ <%if !post.sone.current> + · +
+ + + + +
+
+ + + + +
+
+ + + + +
+ <%/if> <%/if> <%if post.sone.current> · diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 8c6884b..2c52e11 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -29,27 +29,27 @@ - <%/if> - <%if !reply.sone.current> - · -
- - - - -
-
- - - - -
-
- - - - -
+ <%if !reply.sone.current> + · +
+ + + + +
+
+ + + + +
+
+ + + + +
+ <%/if> <%/if> <%if reply.sone.current> · -- 2.7.4