]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register.php
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / modules / admin / what-config_register.php
index ce936b351466ccbd330379c96e059f9af7914a78..c4bf6bc8379ae5d6bcb1a137fe4dcfa06242b2a8 100644 (file)
@@ -66,9 +66,9 @@ while ($content = SQL_FETCHARRAY($result)) {
 
        // @TODO Move this HTML code into a template
        $OUT .= "<tr>
-  <td align=\"center\" class=\"switch_sw".$content['sw']." bottom2 right2\">".$content['id']."</td>
-  <td class=\"switch_sw".$content['sw']." bottom2 right2\">&nbsp;&nbsp;".$content['field_name']."</td>
-  <td align=\"center\" class=\"switch_sw".$content['sw']." bottom2 right2\">
+  <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">".$content['id']."</td>
+  <td class=\"switch_sw".$content['sw']." bottom right\">&nbsp;&nbsp;".$content['field_name']."</td>
+  <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">
     ".$content['selection']."
   </td>
 </tr>\n";