diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2016-08-15 21:12:21 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2016-08-15 21:12:21 +0200 |
| commit | c257d5b4f1c8d589e1ab0d44f6e68451f1518e68 (patch) | |
| tree | a08aea2d4a91b9f6e9737e84008e12e7a2f9d379 /modules/user/views/admin_users.html.php | |
| parent | 854ca75400a8bae53f5fc708c87c822b02bbcda8 (diff) | |
Introducing notification via XMPP
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> |
