From: Wilfried Göesgens Date: Tue, 12 Jan 2010 19:17:09 +0000 (+0000) Subject: * upsi, some links to templates which didn't follow the moving action X-Git-Tag: v7.86~512 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=05c914bcbd874e313b72c228e291addc3d31b8d7 * upsi, some links to templates which didn't follow the moving action --- diff --git a/webcit/useredit.c b/webcit/useredit.c index 05cf763af..02409c081 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -14,7 +14,7 @@ void select_user_to_edit(const char *preselect) { output_headers(1, 0, 0, 0, 1, 0); - do_template("edituser_select", NULL); + do_template("aide_edituser_select", NULL); end_burst(); } @@ -584,7 +584,7 @@ void display_edituser(const char *supplied_username, int is_new) { SubTP.Filter.ContextType = CTX_USERLIST; SubTP.Context = UL; output_headers(1, 0, 0, 0, 1, 0); - DoTemplate(HKEY("userlist_detailview"), NULL, &SubTP); + DoTemplate(HKEY("aide_edituser_detailview"), NULL, &SubTP); end_burst(); } DeleteUserListEntry(UL);