diff options
author | pb1dft <pb1dft@ampache> | 2006-11-08 19:46:31 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-08 19:46:31 +0000 |
commit | 627efa4dd844c89bb752f4484d1395409c2dbf76 (patch) | |
tree | 71f34c36d26e3ecc17e2a22990e6a65f31f413cc /templates/show_ip_history.inc.php | |
parent | 3914736c941f9cee4e78d1ee0be61f7216d43cff (diff) | |
download | ampache-627efa4dd844c89bb752f4484d1395409c2dbf76.tar.gz ampache-627efa4dd844c89bb752f4484d1395409c2dbf76.tar.bz2 ampache-627efa4dd844c89bb752f4484d1395409c2dbf76.zip |
Addition for ip_history and browse for local album art
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r-- | templates/show_ip_history.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index 497082f1..6c15726f 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -22,7 +22,11 @@ ?> <?php show_box_top($temp_user->fullname . ' ' . _('IP History')); ?> <div class="text-action"> +<?php if (isset($_REQUEST['all'])){ ?> + <a href="<?php echo conf('web_path')?>/admin/users.php?action=show_ip_history&user_id=<?php echo $temp_user->username?>"><?php echo _('Show Unique'); ?>...</a> +<?php }else{ ?> <a href="<?php echo conf('web_path')?>/admin/users.php?action=show_ip_history&user_id=<?php echo $temp_user->username?>&all"><?php echo _('Show All'); ?>...</a> +<?php }?> </div> <table border="0"> <tr class="table-header"> |