elofgren: Add style="width:auto;" to the 'Sending to the Following Recipients Failed' and 'Sending to the Following Recipients Bounced' headings in the 'Sent Status Report' tab so they are not always width:50%.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42011 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 01:35:26 +00:00
parent 29cecf3845
commit 6714eea295

View File

@ -1,5 +1,5 @@
<% if SentRecipients(Failed) %>
<h2 class="error">Sending to the Following Recipients Failed</h2>
<h2 class="error" style="width:auto;">Sending to the Following Recipients Failed</h2>
<table class="CMSList">
<thead>
<tr>
@ -22,7 +22,7 @@
<% end_if %>
<% if SentRecipients(Bounced) %>
<h2 class="error">Sending to the Following Recipients Bounced</h2>
<h2 class="error" style="width:auto;">Sending to the Following Recipients Bounced</h2>
<table class="CMSList">
<thead>