From 6daae3271c5126c2cd4c08b98b451ebe51fa90e0 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 5 Jan 2006 06:19:22 +0000 Subject: fixed up some more playlist stuff --- templates/show_play_selected.inc.php | 6 ++++-- templates/show_songs.inc | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 1f7ac16c..d85997d6 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -57,14 +57,15 @@ function ToBatch(action) --> - + + " onclick="return ToPlaylist('set_track_numbers');" /> " onclick="return ToPlaylist('remove_song');" /> - + : " onclick="return ToPlaylist('add_to');" /> @@ -73,4 +74,5 @@ function ToBatch(action) " onclick="return ToPlaylist('edit');" /> + diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 8329588b..7e0eee8b 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -88,14 +88,14 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G ?> - + get_track($track_id); ?> - id; ?>" value="" onchange="" /> + " value="" onchange="" /> -- cgit