diff options
author | pb1dft <pb1dft@ampache> | 2006-10-27 21:14:40 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-27 21:14:40 +0000 |
commit | 5db7a0e53c7a9e415254bbda05496e31cf2f699c (patch) | |
tree | cb80788fe089e03e383adfb26829e881528e1597 /templates | |
parent | e502a62b1ddc0278525bd890c6acc323b8eeefa3 (diff) | |
download | ampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.tar.gz ampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.tar.bz2 ampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.zip |
Strange error occured while commiting
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_users.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc index da6ecd2f..10ed8a55 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -57,6 +57,9 @@ $admin_menu = "admin/"; <td align="center"> <b><?php echo _("Activity"); ?></b> </td> + <td align="center"> + <b><?php echo _("Last Ip"); ?></b> + </td> <td colspan="5"> </td> <!-- @@ -106,6 +109,11 @@ while ($results = mysql_fetch_object($db_result)) { <td> <?php echo $user->f_useage; ?> </td> + <td> + <a href="<?php echo $web_path; ?>/admin/users.php?action=show_ip_history&user=<?php echo $user->username; ?>"> + <?php echo $user->ip_history; ?> + </a> + </td> <td> |