diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-14 05:13:09 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-14 05:13:09 +0000 |
commit | ce1a8672d4b2d78b8301527311a410af893c4943 (patch) | |
tree | b987e8f283d8c651d242add41a7dc0d24ba598f5 /templates/show_search.inc | |
parent | 52d8985a27674da0dbd6d85a055bb07555917c23 (diff) | |
download | ampache-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_search.inc')
-rw-r--r-- | templates/show_search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index e3e88e89..4a3a7dee 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -143,7 +143,7 @@ <br /> <form method="post" action="<?php echo conf('web_path'); ?>/playlist.php?action=add_dyn_song"> <?php echo _('Save Search As Track on'); ?>: -<?php show_playlist_dropdown($_SESSION['data']['playlist_id']); ?> +<?php show_playlist_select($_SESSION['data']['playlist_id'],'dynamic'); ?> <input class="button" type="submit" value="<?php echo _('Save'); ?>" /></form> <?php } ?> <?php require (conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> |