From 29cecf3845f77b2d84676b17473bc68b863413fb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 01:31:51 +0000 Subject: [PATCH] elofgren: Remove the 'Firstname' and 'Surname' colums from all reports except the 'The Newsletter has Never Been Sent to Following Subscribers' one on the 'Sent Status Report' tab since it wasn't showing and I can't get the MySQL join working right. (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42010 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Newsletter_SentStatusReport.ss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/templates/Newsletter_SentStatusReport.ss b/templates/Newsletter_SentStatusReport.ss index 129937ba..2a74cac0 100644 --- a/templates/Newsletter_SentStatusReport.ss +++ b/templates/Newsletter_SentStatusReport.ss @@ -3,8 +3,6 @@ - - @@ -13,8 +11,6 @@ <% control SentRecipients(Failed) %> - - @@ -31,8 +27,6 @@
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result
- - @@ -42,8 +36,6 @@ <% control SentRecipients(Bounced) %> - - @@ -84,8 +76,6 @@
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result
- - @@ -95,8 +85,6 @@ <% control SentRecipients(Sent) %> - -
FirstnameSurname Date Result
$FirstName$Surname $Email $LastEdited $Result