From 05c914bcbd874e313b72c228e291addc3d31b8d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 12 Jan 2010 19:17:09 +0000 Subject: [PATCH] * upsi, some links to templates which didn't follow the moving action --- webcit/useredit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2