summaryrefslogtreecommitdiffstats
path: root/templates/show_random_play.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-24 20:09:03 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-24 20:09:03 +0000
commitde19302633973fa059b7d0771db92ec2479ba699 (patch)
tree33a88cca9b5beb45cd1e1a4a4b81747cbc17a88e /templates/show_random_play.inc
parentbf4e0e46c94861a7da4288b248c67252b18d9af2 (diff)
downloadampache-de19302633973fa059b7d0771db92ec2479ba699.tar.gz
ampache-de19302633973fa059b7d0771db92ec2479ba699.tar.bz2
ampache-de19302633973fa059b7d0771db92ec2479ba699.zip
fixed random play
Diffstat (limited to 'templates/show_random_play.inc')
-rw-r--r--templates/show_random_play.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_random_play.inc b/templates/show_random_play.inc
index 7902eb78..47482d19 100644
--- a/templates/show_random_play.inc
+++ b/templates/show_random_play.inc
@@ -23,7 +23,7 @@
?>
<form name="random" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ?>/song.php">
-<table class="border" border="0" cellpadding="3" cellspacing="1" width="100%">
+<table class="border" border="0" cellpadding="3" cellspacing="1">
<tr class="table-header">
<td colspan="4"><?php echo _("Play Random Selection"); ?></td>
</tr>
@@ -65,7 +65,7 @@
<tr class="even">
<td nowrap="nowrap"><?php echo _("from catalog"); ?></td>
<td>
- <?php show_catalog_pulldown( -1, 0); ?>
+ <?php show_catalog_pulldown('catalog',''); ?>
</td>
</tr>
<tr>