mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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
This commit is contained in:
parent
094c3629f1
commit
29cecf3845
@ -3,8 +3,6 @@
|
||||
<table class="CMSList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="FirstName">Firstname</th>
|
||||
<th class="Surname">Surname</th>
|
||||
<th class="Email">Email</th>
|
||||
<th>Date</th>
|
||||
<th>Result</th>
|
||||
@ -13,8 +11,6 @@
|
||||
<tbody>
|
||||
<% control SentRecipients(Failed) %>
|
||||
<tr>
|
||||
<td>$FirstName</td>
|
||||
<td>$Surname</td>
|
||||
<td>$Email</td>
|
||||
<td>$LastEdited</td>
|
||||
<td>$Result</td>
|
||||
@ -31,8 +27,6 @@
|
||||
<table class="CMSList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="FirstName">Firstname</th>
|
||||
<th class="Surname">Surname</th>
|
||||
<th class="Email">Email</th>
|
||||
<th>Date</th>
|
||||
<th>Result</th>
|
||||
@ -42,8 +36,6 @@
|
||||
<tbody>
|
||||
<% control SentRecipients(Bounced) %>
|
||||
<tr>
|
||||
<td>$FirstName</td>
|
||||
<td>$Surname</td>
|
||||
<td>$Email</td>
|
||||
<td>$LastEdited</td>
|
||||
<td>$Result</td>
|
||||
@ -84,8 +76,6 @@
|
||||
<table class="CMSList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="FirstName">Firstname</th>
|
||||
<th class="Surname">Surname</th>
|
||||
<th class="Email">Email</th>
|
||||
<th>Date</th>
|
||||
<th>Result</th>
|
||||
@ -95,8 +85,6 @@
|
||||
<tbody>
|
||||
<% control SentRecipients(Sent) %>
|
||||
<tr id="sent-member-$ID">
|
||||
<td>$FirstName</td>
|
||||
<td>$Surname</td>
|
||||
<td>$Email</td>
|
||||
<td>$LastEdited</td>
|
||||
<td>$Result</td>
|
||||
|
Loading…
Reference in New Issue
Block a user