X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=f392d3997a420c5ec8f0a46f1ead58a7344575b2;hb=6f1846672284d64b74a10937813320271293ad66;hp=ed4db3ea932b1f4025fb26e8cd8cadf001ccaeab;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index ed4db3ea9..f392d3997 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -37,7 +37,7 @@ void select_user_to_edit(char *message, char *preselect) wprintf("
\n"); svput("BOXTITLE", WCS_STRING, _("Add users")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("To create a new user account, enter the desired " "user name in the box below and click 'Create'.")); @@ -50,12 +50,12 @@ void select_user_to_edit(char *message, char *preselect) "" "\n", _("Create")); - do_template("endbox"); + do_template("endbox", NULL); wprintf(""); svput("BOXTITLE", WCS_STRING, _("Edit or Delete users")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("To edit an existing user account, select the user " "name from the list and click 'Edit'.")); @@ -86,7 +86,7 @@ void select_user_to_edit(char *message, char *preselect) wprintf("", _("Delete user"), _("Delete this user?")); wprintf("\n"); - do_template("endbox"); + do_template("endbox", NULL); wprintf("
\n");