diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 05:20:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 05:20:20 +0000 |
commit | 5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53 (patch) | |
tree | b5db199932626249c38d81503fabf5f4afb38caf /templates/sidebar.inc.php | |
parent | b517599736c381ab9d59d6b5a73aec67a6eaffb6 (diff) | |
download | ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.gz ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.bz2 ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.zip |
fixed css issue, now playing issue and improved mpd controller a tiny bit
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 3cb6650a..d4b5960a 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -144,7 +144,7 @@ $web_path = conf('web_path'); <a href="<?php echo $web_path; ?>/randomplay.php"><?php echo _('Random'); ?></a> </li> <?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?> - <li> + <li id="sidebar_form"> <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:8.7em;"> <option value="1">1</option> |