diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-31 08:07:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-31 08:07:54 +0000 |
commit | 2f126626cbd951e97220d7c9ab1f2791f614f401 (patch) | |
tree | 739ca78b8d50c42829d45176829e2ba9e7ef39a3 /templates/sidebar.inc.php | |
parent | 05a1cfe34904997715dd145af81d6d2170e120df (diff) | |
download | ampache-2f126626cbd951e97220d7c9ab1f2791f614f401.tar.gz ampache-2f126626cbd951e97220d7c9ab1f2791f614f401.tar.bz2 ampache-2f126626cbd951e97220d7c9ab1f2791f614f401.zip |
added download for size, and seriously cleaned up the /song.php file it actually is not ugly anymore.. yeah!
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index f403e97b..e3117e4a 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -146,8 +146,7 @@ $web_path = conf('web_path'); </li> <?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?> <li> - <form name="sub_random" method="post" enctype="multipart/form-data" action="<?php echo $web_path; ?>/song.php" style="Display:inline"> - <input type="hidden" name="action" value="m3u" /> + <form name="sub_random" method="post" enctype="multipart/form-data" action="<?php echo $web_path; ?>/song.php?action=random&method=stream" style="Display:inline"> <select name="random" style="width:9em;"> <option value="1">1</option> <option value="5" selected="selected">5</option> @@ -172,8 +171,7 @@ $web_path = conf('web_path'); <br /> <?php show_catalog_pulldown('catalog','width:9em;'); ?> <br /> - <input type="hidden" name="aaction" value="Play!" /> - <input class="smallbutton" type="submit" name="aaction" value="<?php echo _("Enqueue"); ?>" /> + <input class="smallbutton" type="submit" value="<?php echo _('Enqueue'); ?>" /> </form> </li> <?php } // end if ($GLOBALS['theme']['orientation'] != 'horizontal') ?> |