]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard_edit.c
* More background cleanup
[citadel.git] / webcit / vcard_edit.c
index 8365b54c837799f299703d98cac2403372e76877..f61141947e559a388bd0c64642e4f1d7e0827c1e 100644 (file)
@@ -163,6 +163,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        vcard_free(v);
 
        /* Display the form */
+       do_template("beginbox_nt");
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/submit_vcard\">\n");
        wprintf("<H2><IMG ALIGN=CENTER SRC=\"/static/vcard.gif\">"
                "Contact information for ");
@@ -249,7 +250,8 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
                 wprintf("<INPUT TYPE=\"submit\" NAME=\"sc\" VALUE=\"OK\">");
                 wprintf("<INPUT TYPE=\"submit\" NAME=\"sc\" VALUE=\"Cancel\">");
                 wprintf("</CENTER></FORM>\n");
-
+       
+       do_template("endbox");
        wDumpContent(1);
 }