From: David ‘Bombe’ Roden Date: Thu, 28 Apr 2011 04:45:26 +0000 (+0200) Subject: Always show mark-as-read buttons in new-element notifications. X-Git-Tag: 0.6.3^2~3 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b0523edd6fbde022ee9c9a20a1e049811e9401c8 Always show mark-as-read buttons in new-element notifications. This fixes #186. --- diff --git a/src/main/resources/templates/notify/newPostNotification.html b/src/main/resources/templates/notify/newPostNotification.html index 54008dc..0cd71ff 100644 --- a/src/main/resources/templates/notify/newPostNotification.html +++ b/src/main/resources/templates/notify/newPostNotification.html @@ -1,15 +1,15 @@ +
+ + + + + +
-
- - - - - -
<%= Notification.NewPost.Text|l10n|html> <%foreach posts post> diff --git a/src/main/resources/templates/notify/newReplyNotification.html b/src/main/resources/templates/notify/newReplyNotification.html index ee8c410..a4588e5 100644 --- a/src/main/resources/templates/notify/newReplyNotification.html +++ b/src/main/resources/templates/notify/newReplyNotification.html @@ -1,15 +1,15 @@ +
+ + + + + +
-
- - - - - -
<%foreach replies reply><%/foreach> <%= Notification.NewReply.Text|l10n|html> <%foreach replies postGroup|replyGroup> diff --git a/src/main/resources/templates/notify/newSoneNotification.html b/src/main/resources/templates/notify/newSoneNotification.html index aaa0d14..03cacf2 100644 --- a/src/main/resources/templates/notify/newSoneNotification.html +++ b/src/main/resources/templates/notify/newSoneNotification.html @@ -1,15 +1,15 @@ +
+ + + + + +
-
- - - - - -
<%= Notification.NewSone.Text|l10n|html> <%foreach sones sone>