From c76d730a7c07253e7cc3224a78c616ce63989f40 Mon Sep 17 00:00:00 2001 From: Felix Rabinovich Date: Tue, 23 Dec 2008 21:44:35 +0000 Subject: Edit user - first draft --- modules/user/views/admin_users.html.php | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'modules/user/views') diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index fc6c98bf..6e544c41 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -4,16 +4,27 @@

User Administration

These are the users in your system

- + - - + last_login == 0) ? "" : + "(" . date("M j, Y", $user->last_login) . ")" ?>
+ edit +
+ id}?_method=put&continue=/admin/users"); + $form->set_attr("id", "gEdit" . $user->id); + print $form; + ?> +
+
+ id == $user->id) ? " " : + "id") . "\">delete" ?> +

+ -
- id") ?>"> +
  • name ?> - -
  • +
    -- cgit v1.2.3