* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / vcard_edit.c
index 27cbc4379db1d795b661898f6f37662f329ae0a0..47032cfc28713c8ae17ad6cd697f49cf9c663fdf 100644 (file)
@@ -688,7 +688,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to, char *force_room
        output_headers(1, 1, 1, 0, 0, 0);
 
        svput("BOXTITLE", WCS_STRING, _("Edit contact information"));
-       do_template("beginbox", NULL);
+       do_template("beginboxx", NULL);
 
        wprintf("<form method=\"POST\" action=\"submit_vcard\">\n");
        wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%d\">\n", WC->nonce);