diff options
Diffstat (limited to 'modules/user/views/admin_users.html.php')
| -rw-r--r-- | modules/user/views/admin_users.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 033c9da..b48c9f1 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -63,6 +63,7 @@ <th><?= t("Username") ?></th> <th><?= t("Full name") ?></th> <th><?= t("Email") ?></th> + <th><?= t("Jabber ID") ?></th> <th><?= t("Last login") ?></th> <th><?= t("Albums/Photos") ?></th> <th><?= t("Actions") ?></th> @@ -85,6 +86,9 @@ <?= html::clean($user->email) ?> </td> <td> + <?= html::clean($user->jabberid) ?> + </td> + <td> <?= ($user->last_login == 0) ? "" : gallery::date($user->last_login) ?> </td> <td> |
