diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-31 08:38:12 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-31 08:38:12 +0000 |
commit | 850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a (patch) | |
tree | 2b9ed789d451fd94331532d05267105acc31e0b4 /templates/show_localplay_instances.inc.php | |
parent | 3e8b855150d9bbd0538aadce5a3703a54c2b2de6 (diff) | |
download | ampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.tar.gz ampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.tar.bz2 ampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.zip |
first vestiages of edit localplay instance and test localplay instance support
Diffstat (limited to 'templates/show_localplay_instances.inc.php')
-rw-r--r-- | templates/show_localplay_instances.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php index 4c519392..ef9b84c1 100644 --- a/templates/show_localplay_instances.inc.php +++ b/templates/show_localplay_instances.inc.php @@ -36,8 +36,9 @@ <td><?php echo $instance[$key]; ?></td> <?php } ?> <td> + <a href="<?php echo Config::get('web_path'); ?>/localplay.php?action=test_instance&instance=<?php echo $uid; ?>"><?php echo get_user_icon('server_lightning',_('Check Instance')); ?></a> + <a href="<?php echo Config::get('web_path'); ?>/localplay.php?action=edit_instance&instance=<?php echo $uid; ?>"><?php echo get_user_icon('edit',_('Edit Instance')); ?></a> <?php echo Ajax::button('?page=localplay&action=delete_instance&instance=' . $uid,'delete',_('Delete'),'delete_instance_' . $uid); ?> - </td> </tr> <?php } ?> |