skin
[old-projects.git] / philter / philter / include / emails.inc.php
index 074cc32..766d91c 100644 (file)
@@ -98,7 +98,7 @@ class EmailPool {
      */
     function to_form() {
         $res = "<form action=\"{$_SERVER['REQUEST_URI']}\" method=\"post\" onsubmit=\"return del_onsubmit()\">\n"
-            .  "<table class=\"bicol\" width=\"100%\">\n";
+            .  "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n";
 
         $pair = true;
         foreach($this->emails as $id => $email) {
@@ -118,7 +118,7 @@ class EmailPool {
         $val = 'your email ...';
         
         $res .= "<form action=\"{$_SERVER['REQUEST_URI']}\" method=\"post\">\n"
-            .   "<table class=\"bicol\" width=\"100%\">\n"
+            .   "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
             .   "<tr><td colspan=\"2\">\n"
             .   "   <input type=\"text\" name=\"emails[new]\" size=\"60\" value='$val' "
             .   "onfocus=\"text_onfocus(this,'$val')\" onblur=\"text_onblur(this,'$val')\" />\n"