Index: openacs-4/packages/bulk-mail/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/www/index.tcl,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/bulk-mail/www/index.tcl	29 Jun 2004 10:17:51 -0000	1.12
+++ openacs-4/packages/bulk-mail/www/index.tcl	11 Mar 2008 15:50:34 -0000	1.13
@@ -19,10 +19,10 @@
 set title [string totitle [bulk_mail::pretty_name]]
 
 set table_def [list \
-                   [list send_date [_ bulk-mail.Send_Date] {bulk_mail_messages.send_date $order} {<td width="10%">[lc_time_fmt $send_date "%q"]</td>}] \
-                   [list from_addr [_ bulk-mail.From] {bulk_mail_messages.from_addr $order} {<td width="15%">$from_addr</td>}] \
+                   [list send_date [_ bulk-mail.Send_Date] {bulk_mail_messages.send_date $order} {<td style="width:10%">[lc_time_fmt $send_date "%q"]</td>}] \
+                   [list from_addr [_ bulk-mail.From] {bulk_mail_messages.from_addr $order} {<td style="width:15%">$from_addr</td>}] \
                    [list subject [_ bulk-mail.Subject] {bulk_mail_messages.subject $order} {<td><a href="[lindex [site_node::get_url_from_object_id -object_id $package_id] 0]one?bulk_mail_id=$bulk_mail_id">$subject</a></td>}] \
-                   [list status [_ bulk-mail.Status] {bulk_mail_messages.status $order} {<td width="10%" align="center">[ad_decode $status sent [_ bulk-mail.Sent] pending [_ bulk-mail.Pending] [_ bulk-mail.Cancelled]]</td>}] \
+                   [list status [_ bulk-mail.Status] {bulk_mail_messages.status $order} {<td style="width:10%" align="center">[ad_decode $status sent [_ bulk-mail.Sent] pending [_ bulk-mail.Pending] [_ bulk-mail.Cancelled]]</td>}] \
                   ]
 
 set sql "
Index: openacs-4/packages/bulk-mail/www/one.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/www/one.adp,v
diff -u -r1.11 -r1.12
--- openacs-4/packages/bulk-mail/www/one.adp	29 Jun 2004 10:17:51 -0000	1.11
+++ openacs-4/packages/bulk-mail/www/one.adp	11 Mar 2008 15:53:27 -0000	1.12
@@ -5,7 +5,7 @@
 <if @status@ eq "pending">
 #bulk-mail.Message_not_sent_yet#
 </if>
-  <table bgcolor="#ececec" border="1" width="95%" cellpadding="3" cellspacing="3">
+  <table style="background-color:#ececec" border="1" width="95%" cellpadding="3" cellspacing="3">
     <tr>
       <td>#bulk-mail.Send_Date#</td>
       <td><if @send_date@ not nil>@send_date@</if><else>&nbsp;</else></td>