]> code.citadel.org Git - citadel.git/blobdiff - webcit/floors.c
* More conversion of screens to the new look-and-feel.
[citadel.git] / webcit / floors.c
index e923065a3811fcd45f105b8380bc049b19338d90..b2d9de93f288dcfdc89df5668c5c0a85868a38bf 100644 (file)
@@ -57,10 +57,8 @@ void display_floorconfig(char *prepend_html)
                return;
        }
 
-       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#007700\"><TR><TD>"
-               "<SPAN CLASS=\"titlebar\">Floor configuration</SPAN>"
-               "</TD></TR></TABLE>\n"
-       );
+       svprintf("BOXTITLE", WCS_STRING, "Floor configuration");
+       do_template("beginbox");
 
        wprintf("<TABLE BORDER=1 WIDTH=100%>\n"
                "<TR><TH>Floor number</TH>"
@@ -112,7 +110,7 @@ void display_floorconfig(char *prepend_html)
                "<TD>&nbsp;</TD></TR>\n");
 
        wprintf("</TABLE>\n");
-
+       do_template("endbox");
        wDumpContent(1);
 }