summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist_song_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-13 15:28:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-13 15:28:22 +0000
commita524f1f979aae71a5b15bccc1fd84cf9ebc00a97 (patch)
tree9b9f54d5e2833bde6af11863251f071717113d98 /templates/show_playlist_song_row.inc.php
parentb91c750a0b57dc60b0b918b4ea2d9d7f1beaf083 (diff)
downloadampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.gz
ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.bz2
ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.zip
threw in add button for single playlist view, added the link for deleting catalogs back, also added back in the ACL page links, they dont work..
Diffstat (limited to 'templates/show_playlist_song_row.inc.php')
-rw-r--r--templates/show_playlist_song_row.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_playlist_song_row.inc.php b/templates/show_playlist_song_row.inc.php
index 50af6dec..9cfcc992 100644
--- a/templates/show_playlist_song_row.inc.php
+++ b/templates/show_playlist_song_row.inc.php
@@ -19,6 +19,7 @@
*/
?>
+<td><?php echo Ajax::button('?action=basket&type=song&id=' . $song->id,'add',_('Add'),'playlist_add_' . $song->id); ?></td>
<td><?php echo $playlist_track; ?></td>
<td><?php echo $song->f_link; ?></td>
<td><?php echo $song->f_artist_link; ?></td>