summaryrefslogtreecommitdiffstats
path: root/templates/show_play_selected.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
commitce1a8672d4b2d78b8301527311a410af893c4943 (patch)
treeb987e8f283d8c651d242add41a7dc0d24ba598f5 /templates/show_play_selected.inc.php
parent52d8985a27674da0dbd6d85a055bb07555917c23 (diff)
downloadampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.gz
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.bz2
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.zip
* Added delete admin function on democratic play
* fixed some minor display issues with playlist dropdowns * added Delete Disabled bin script for removing disabled songs
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r--templates/show_play_selected.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php
index 31ec04fc..4270b99c 100644
--- a/templates/show_play_selected.inc.php
+++ b/templates/show_play_selected.inc.php
@@ -45,7 +45,7 @@ if (is_object($GLOBALS['playlist'])) { ?>
<tr align="center">
<td colspan="2">
<?php echo _('Playlist'); ?>: <input type="button" value="<?php echo _('Add to'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=add_to');" />
- <?php show_playlist_dropdown($_SESSION['data']['playlist_id']); ?>
+ <?php show_playlist_select($_SESSION['data']['playlist_id']); ?>
<input class="button" type="button" value="<?php echo _('View'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=view');" />
<input class="button" type="button" value="<?php echo _('Edit'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=edit');" />
</td>