diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 06:26:44 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 06:26:44 +0000 |
commit | eeeece05dbbcee311d9909d73a3f0b7c9bcecad4 (patch) | |
tree | 0aea1273e965dbd092f8f4be091315474404edb4 /templates/show_playlist_songs.inc.php | |
parent | 8d863f33df12760f335b1e347d510a80fdf25d7d (diff) | |
download | ampache-eeeece05dbbcee311d9909d73a3f0b7c9bcecad4.tar.gz ampache-eeeece05dbbcee311d9909d73a3f0b7c9bcecad4.tar.bz2 ampache-eeeece05dbbcee311d9909d73a3f0b7c9bcecad4.zip |
added the ability to delete songs from a playlist, now if you could only add them
Diffstat (limited to 'templates/show_playlist_songs.inc.php')
-rw-r--r-- | templates/show_playlist_songs.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index d1479a90..3e8918aa 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -31,9 +31,7 @@ $ajax_url = Config::get('ajax_url'); </tr> <tr class="table-header"> <th><?php echo _('Track'); ?></th> - <th onclick="ajaxPut('<?php echo $ajax_url; ?>?action=browse&sort=title');return true;" style="cursor:pointer;"> - <?php echo _('Song Title'); ?> - </th> + <th><?php echo _('Song Title'); ?></th> <th><?php echo _('Artist'); ?></th> <th><?php echo _('Album'); ?></th> <th><?php echo _('Genre'); ?></th> |