Removed the "fix_scrollbarbug" div and all references to it.
[citadel.git] / webcit / smtpqueue.c
index c73e9a25613502cb228768a58cde1414679e8044..b120ee17ae6e9fa6b8821632864c2088777bc1b8 100644 (file)
@@ -239,8 +239,7 @@ void display_smtpqueue(void)
 
        wc_printf("<div id=\"content\" class=\"service\">\n");
 
-       wc_printf("<div class=\"fix_scrollbar_bug\">"
-               "<table class=\"smtpqueue_background\">"
+       wc_printf("<table class=\"smtpqueue_background\">"
                "<tr><td valign=top>\n");
 
        wc_printf("<div id=\"smtpqueue_inner_div\">"
@@ -249,7 +248,7 @@ void display_smtpqueue(void)
                "<div align=\"center\">"
                "<a href=\"javascript:RefreshSMTPqueueDisplay();\">%s</a>"
                "</div>"
-               "</td></tr></table></div>\n", _("Refresh this page")
+               "</td></tr></table>\n", _("Refresh this page")
        );
 
        StrBufAppendPrintf(WC->trailing_javascript, "RefreshSMTPqueueDisplay();\n");