mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
elofgren: Make 'Email' colum always be 1/3 of width of table and listed first in every report for consistency on Newsletter 'Sent Status Report' tab.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42013 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3a0d2596c9
commit
7a996450e6
@ -3,7 +3,7 @@
|
|||||||
<table class="CMSList">
|
<table class="CMSList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="Email">Email</th>
|
<th class="Email" style="width:33%">Email</th>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Result</th>
|
<th>Result</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<table class="CMSList">
|
<table class="CMSList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="Email">Email</th>
|
<th class="Email" style="width:33%">Email</th>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Result</th>
|
<th>Result</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -51,19 +51,18 @@
|
|||||||
<table class="CMSList">
|
<table class="CMSList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th class="Email" style="width:33%">Email</th>
|
||||||
<th class="FirstName">Firstname</th>
|
<th class="FirstName">Firstname</th>
|
||||||
<th class="Surname">Surname</th>
|
<th class="Surname">Surname</th>
|
||||||
<th class="Email">Email</th>
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<% control UnsentSubscribers %>
|
<% control UnsentSubscribers %>
|
||||||
<tr id="unsent-member-$ID">
|
<tr id="unsent-member-$ID">
|
||||||
|
<td>$Email</td>
|
||||||
<td>$FirstName</td>
|
<td>$FirstName</td>
|
||||||
<td>$Surname</td>
|
<td>$Surname</td>
|
||||||
<td>$Email</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
|
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<table class="CMSList">
|
<table class="CMSList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="Email">Email</th>
|
<th class="Email" style="width:33%">Email</th>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Result</th>
|
<th>Result</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user