* upsi, some links to templates which didn't follow the moving action
authorWilfried Göesgens <willi@citadel.org>
Tue, 12 Jan 2010 19:17:09 +0000 (19:17 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 12 Jan 2010 19:17:09 +0000 (19:17 +0000)
webcit/useredit.c

index 05cf763affd83128ed51c0361ae9837cbf79a86f..02409c081621e9c7cd12e0fdcf3595bedc405d5b 100644 (file)
@@ -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);