* split boxes into beginbox_1 + 2, and put title directly. remove svput of boxtitle.
[citadel.git] / webcit / vcard_edit.c
index 7cea1b7fec1e9ffe004ea2b504134ed8effcfb6a..64061d7badc870500df637a2236e17689688971a 100644 (file)
@@ -831,8 +831,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);