Index: openacs-4/packages/ecommerce/www/admin/customer-service/actions.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/actions.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/ecommerce/www/admin/customer-service/actions.adp	20 Aug 2008 20:34:33 -0000	1.1
+++ openacs-4/packages/ecommerce/www/admin/customer-service/actions.adp	29 Dec 2008 05:34:19 -0000	1.2
@@ -5,7 +5,7 @@
 
 <form method=post action=actions>
  @export_form_vars_html;noquote@
- <table border=0 cellspacing=0 cellpadding=0 width=100%>
+ <table border=0 cellspacing=0 cellpadding=0 width=\"100%\">
   <tr bgcolor=#ececec>
    <td align=center><b>Info Used</b></td>
    <td align=center><b>Rep</b></td>
Index: openacs-4/packages/ecommerce/www/admin/customer-service/interaction-summary.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/interaction-summary.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/ecommerce/www/admin/customer-service/interaction-summary.tcl	24 Aug 2008 11:12:48 -0000	1.4
+++ openacs-4/packages/ecommerce/www/admin/customer-service/interaction-summary.tcl	29 Dec 2008 05:34:19 -0000	1.5
@@ -49,15 +49,15 @@
 db_foreach get_interaction_summary $sql {
     incr action_counter
     if { [string compare $interaction_id $old_interaction_id] != 0 } {
-        append interaction_summary_html "<br><table width=90%>
+        append interaction_summary_html "<br><table width=\"90%\">
     <tr><td colspan="3" bgcolor=\"ececec\"><b>[ec_formatted_full_date $full_interaction_date]</b></td></tr>
 	<tr><td align=right><b>Rep</td><td><a href=\"[ec_acs_admin_url]users/one?user_id=$customer_service_rep\">$rep_name</a></td></tr>
 	<tr><td align=right><b>Originator</td><td>$interaction_originator</td></tr>
 	<tr><td align=right><b>Via</td><td>$interaction_type</td></tr>
    </table>"
     }
     append interaction_summary_html "<br>
-    <table width=90%>
+    <table width=\"90%\">
     <tr bgcolor=\"ececec\"><td>Issue ID: <a href=\"issue?issue_id=$issue_id\">$issue_id</a></td></tr>
     <tr><td><p><b>Details:</b>[ec_display_as_html $action_details]</td></tr>\n"
     if { ![empty_string_p $follow_up_required] } {
Index: openacs-4/packages/ecommerce/www/admin/customer-service/interaction.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/interaction.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/ecommerce/www/admin/customer-service/interaction.tcl	24 Aug 2008 11:51:08 -0000	1.4
+++ openacs-4/packages/ecommerce/www/admin/customer-service/interaction.tcl	29 Dec 2008 05:34:19 -0000	1.5
@@ -26,7 +26,7 @@
 order by a.action_id desc"
 set interaction_actions_html ""
 db_foreach get_interaction_actions $sql {
-    append interaction_actions_html "<table width=90%>
+    append interaction_actions_html "<table width=\"90%\">
 <tr bgcolor=\"ececec\"><td><b>Issue:</b> <a href=\"issue?issue_id=$issue_id\">$issue_id</a></td></tr>
 <tr><td><b>Details:</b><br>[ec_display_as_html $action_details]</td></tr>\n"
     if { ![empty_string_p $follow_up_required] } {
Index: openacs-4/packages/ecommerce/www/admin/customer-service/interactions.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/interactions.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/ecommerce/www/admin/customer-service/interactions.adp	24 Aug 2008 12:13:40 -0000	1.1
+++ openacs-4/packages/ecommerce/www/admin/customer-service/interactions.adp	29 Dec 2008 05:34:19 -0000	1.2
@@ -6,7 +6,7 @@
 <form method=post action=interactions>
 @export_form_vars_html
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
+<table border=0 cellspacing=0 cellpadding=0 width=\"100%\">
  <tr bgcolor=ececec>
   <td align=center><b>Rep</b></td>
   <td align=center><b>Originator</b></td>
Index: openacs-4/packages/ecommerce/www/admin/customer-service/issue.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/issue.tcl,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/ecommerce/www/admin/customer-service/issue.tcl	22 Dec 2008 20:37:34 -0000	1.7
+++ openacs-4/packages/ecommerce/www/admin/customer-service/issue.tcl	29 Dec 2008 05:34:19 -0000	1.8
@@ -74,7 +74,7 @@
             }
             append actions_assoc_w_user_html "</table><br>"
         }
-        append actions_assoc_w_user_html "<table width=90%>
+        append actions_assoc_w_user_html "<table width=\"90%\">
 	<tr bgcolor=\"ececec\"><th>Date</th><th>Rep</th><th>Originator</th><th>Inquired Via</th><th>Info Used</th><th>Interaction</th></tr>
 	<tr bgcolor=\"ececec\"><td>[util_AnsiDatetoPrettyDate [lindex [split $full_interaction_date " "] 0]] [lindex [split $full_interaction_date " "] 1]</td><td>[ec_decode $customer_service_rep "" "&nbsp;" "<a href=\"[ec_acs_admin_url]users/one?user_id=$customer_service_rep\">$customer_service_rep</a>"]</td><td>$interaction_originator</td><td>$interaction_type</td>"
     }
Index: openacs-4/packages/ecommerce/www/admin/customer-service/issues.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/issues.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/ecommerce/www/admin/customer-service/issues.adp	24 Aug 2008 21:35:36 -0000	1.1
+++ openacs-4/packages/ecommerce/www/admin/customer-service/issues.adp	29 Dec 2008 05:34:19 -0000	1.2
@@ -6,7 +6,7 @@
 <form method=post action=issues>
 @export_form_vars_html;noquote@
 
- <table border=0 cellspacing=0 cellpadding=0 width=100%>
+ <table border=0 cellspacing=0 cellpadding=0 width=\"100%\">
   <tr bgcolor=#ececec>
    <td align=center><b>Issue Type</b></td>
    <td align=center><b>Status</b></td>