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:
Ingo Schommer 2007-09-16 01:36:31 +00:00
parent 3a0d2596c9
commit 7a996450e6

View File

@ -3,7 +3,7 @@
<table class="CMSList">
<thead>
<tr>
<th class="Email">Email</th>
<th class="Email" style="width:33%">Email</th>
<th>Date</th>
<th>Result</th>
</tr>
@ -27,7 +27,7 @@
<table class="CMSList">
<thead>
<tr>
<th class="Email">Email</th>
<th class="Email" style="width:33%">Email</th>
<th>Date</th>
<th>Result</th>
</tr>
@ -51,19 +51,18 @@
<table class="CMSList">
<thead>
<tr>
<th class="Email" style="width:33%">Email</th>
<th class="FirstName">Firstname</th>
<th class="Surname">Surname</th>
<th class="Email">Email</th>
</tr>
</thead>
<tbody>
<% control UnsentSubscribers %>
<tr id="unsent-member-$ID">
<td>$Email</td>
<td>$FirstName</td>
<td>$Surname</td>
<td>$Email</td>
</tr>
<% end_control %>
@ -76,7 +75,7 @@
<table class="CMSList">
<thead>
<tr>
<th class="Email">Email</th>
<th class="Email" style="width:33%">Email</th>
<th>Date</th>
<th>Result</th>
</tr>