diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 02:06:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 02:06:31 +0000 |
commit | 13e017e3220c660026f053f04282e46c8fecdec6 (patch) | |
tree | 36b419640fe462962d80346a95a9ad95302ea51e /templates/show_localplay_instances.inc.php | |
parent | d7c3ede9e757dab9889503a415d78c7937a311b3 (diff) | |
download | ampache-13e017e3220c660026f053f04282e46c8fecdec6.tar.gz ampache-13e017e3220c660026f053f04282e46c8fecdec6.tar.bz2 ampache-13e017e3220c660026f053f04282e46c8fecdec6.zip |
fixed sorting order on browse playlists
Diffstat (limited to 'templates/show_localplay_instances.inc.php')
-rw-r--r-- | templates/show_localplay_instances.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php index ef9b84c1..ea1ad542 100644 --- a/templates/show_localplay_instances.inc.php +++ b/templates/show_localplay_instances.inc.php @@ -36,7 +36,6 @@ <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> |