From 6714eea2951345ffc2f2b6a3fa6dd8a4556faf76 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 01:35:26 +0000 Subject: [PATCH] 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 --- templates/Newsletter_SentStatusReport.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Newsletter_SentStatusReport.ss b/templates/Newsletter_SentStatusReport.ss index 2a74cac0..9ab3c5c6 100644 --- a/templates/Newsletter_SentStatusReport.ss +++ b/templates/Newsletter_SentStatusReport.ss @@ -1,5 +1,5 @@ <% if SentRecipients(Failed) %> -

Sending to the Following Recipients Failed

+

Sending to the Following Recipients Failed

@@ -22,7 +22,7 @@ <% end_if %> <% if SentRecipients(Bounced) %> -

Sending to the Following Recipients Bounced

+

Sending to the Following Recipients Bounced