use the same way to display all banners and services contents
[citadel.git] / webcit / smtpqueue.c
index b7d6011b20201cdb45619a7b5858fd7b1ae989e8..8083bf90bcd7d48c5cc3c3415059770ec6a912b0 100644 (file)
@@ -227,12 +227,12 @@ void display_smtpqueue(void)
        );
 
        wprintf("<div id=\"banner\">\n");
-       wprintf("<TABLE class=\"smtpqueue_banner\"><TR><TD>");
-       wprintf("<SPAN CLASS=\"titlebar\">");
+       wprintf("<h1>");
        wprintf(_("View the outbound SMTP queue"));
-       wprintf("</SPAN>\n");
-       wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"content\">\n");
+       wprintf("</h1>\n");
+       wprintf("</div>\n");
+
+       wprintf("<div id=\"content\" class=\"service\">\n");
 
        wprintf("<div class=\"fix_scrollbar_bug\">"
                "<table class=\"smtpqueue_background\">"