mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
29cecf3845
commit
6714eea295
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user