* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / sysmsgs.c
index 7db7f4f7f7da7106b75fd3966a26ce05bb655770..009cd051b7f6e5f7ad8f8a69d4be87d28fb7c320 100644 (file)
@@ -33,7 +33,7 @@ void display_edit(char *description, char *check_cmd,
        }
 
        svprintf(HKEY("BOXTITLE"), WCS_STRING, _("Edit %s"), description);
-       do_template("beginbox", NULL);
+       do_template("beginboxx", NULL);
 
        wprintf(_("Enter %s below. Text is formatted to the reader's browser."
                " A newline is forced by preceding the next line by a blank."), description);