From 03423e67be1be5fc3508229c3ae500e7f3bdace8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 01:01:27 +0000 Subject: [PATCH] elofgren: Add 'Firstname' and 'Surname' columns to all Sent Status report tables. (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42000 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Newsletter_SentStatusReport.ss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/templates/Newsletter_SentStatusReport.ss b/templates/Newsletter_SentStatusReport.ss index 3d8820bf..657aa915 100644 --- a/templates/Newsletter_SentStatusReport.ss +++ b/templates/Newsletter_SentStatusReport.ss @@ -3,13 +3,18 @@ + + + <% control SentRecipients(Failed) %> + + @@ -19,11 +24,16 @@
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result
<% end_if %> + +@TODO: Make bounces actually show up here. <% if SentRecipients(Bounced) %>

Sending to the Following Recipients Bounced

+ + + @@ -33,6 +43,8 @@ <% control SentRecipients(Bounced) %> + + @@ -73,6 +85,8 @@
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result
+ + @@ -82,6 +96,8 @@ <% control SentRecipients(Sent) %> + +
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result