summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-27 23:15:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-27 23:15:28 +0000
commit583c9ee9b6ea49e6cc8920690922abb229b01f36 (patch)
tree65394a096b9f74ca51e57a8da9f66b4919886351 /templates
parent3369292d9ffa7f89079ee090755970e684c658ce (diff)
downloadampache-583c9ee9b6ea49e6cc8920690922abb229b01f36.tar.gz
ampache-583c9ee9b6ea49e6cc8920690922abb229b01f36.tar.bz2
ampache-583c9ee9b6ea49e6cc8920690922abb229b01f36.zip
fixed sidebar
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index 38901424..78a9bc70 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -115,7 +115,7 @@ $browse_items[] = array('title'=>'Lists','url'=>'browse.php','active'=>'');
<li>
<form name="sub_random" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ?>/song.php" style="Display:inline">
<input type="hidden" name="action" value="m3u" />
- <select name="random" style="width:110px;">
+ <select name="random" style="width:9em;">
<option value="1">1</option>
<option value="5">5</option>
<option value="10">10</option>
@@ -127,9 +127,9 @@ $browse_items[] = array('title'=>'Lists','url'=>'browse.php','active'=>'');
<option value="1000">1000</option>
<option value="-1"><?php echo _("All"); ?></option>
</select>
- <?php show_genre_pulldown('genre','','','13','width:110px;'); ?>
+ <?php show_genre_pulldown('genre','','','13','width:9em;'); ?>
<br />
- <select name="Quantifier" style="width:110px;">
+ <select name="random_type" style="width:9em;">
<option value="Songs"><?php echo _("Songs"); ?></option>
<option value="Minutes"><?php echo _("Minutes"); ?></option>
<option value="Artists"><?php echo _("Artists"); ?></option>