]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard_edit.c
Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / webcit / vcard_edit.c
index 7cea1b7fec1e9ffe004ea2b504134ed8effcfb6a..d5369aa78e9ea1ab45ddb44f9d5a677e313bf832 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 
 #include "webcit.h"
 #include "calendar.h"
@@ -831,8 +828,9 @@ void do_edit_vcard(long msgnum, char *partnum,
        /* Display the form */
        output_headers(1, 1, 1, 0, 0, 0);
 
-       svput("BOXTITLE", WCS_STRING, _("Edit contact information"));
-       do_template("beginboxx", NULL);
+       do_template("beginbox_1", NULL);
+       StrBufAppendBufPlain(WC->WBuf, _("Edit contact information"), -1, 0);
+       do_template("beginbox_2", NULL);
 
        wc_printf("<form method=\"POST\" action=\"submit_vcard\">\n");
        wc_printf("<input type=\"hidden\" name=\"nonce\" value=\"%d\">\n", WC->nonce);