]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / modules / admin / overview-inc.php
index a58ac8611f270bb6f4fc06c7af0a4376f981006e..cb91f5fae926f83aa34542649434b41dda81a2fa 100644 (file)
@@ -241,7 +241,7 @@ LIMIT 1",
                                        // Add SQLs to a table
                                        if ((!empty($ext_name)) && (getExtensionVersion('sql_patches')) && (getConfig('verbose_sql') == 'Y')) {
                                                // Add verbose SQL table
-                                               $text .= addExtensionVerboseSqlTable($title, " class=\"admin_table top2 left2 right2\"", true, '100%') . "<br />\n";
+                                               $text .= addExtensionVerboseSqlTable($title, " class=\"admin_table top left right\"", true, '100%') . "<br />\n";
                                        } // END - if
                                } elseif ((!empty($ext_name)) && (!empty($ext_ver))) {
                                        // Run SQL commands in dry mode but only return the notes
@@ -384,7 +384,7 @@ LIMIT 1",
                                                break;
                                }
                                $OUT .= "  </td>
-  <td width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\">&nbsp;</td>
+  <td width=\"1%\" class=\"switch_sw".$SW." bottom right\">&nbsp;</td>
 </tr>\n";
                        } // END - if