diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-19 09:00:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-19 09:00:23 +0000 |
commit | 062398443b26b4f146e5d6866b452857a09759e8 (patch) | |
tree | b6dfc477c31eb39cf6e6f23582fd87826f5b68ba /templates | |
parent | cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40 (diff) | |
download | ampache-062398443b26b4f146e5d6866b452857a09759e8.tar.gz ampache-062398443b26b4f146e5d6866b452857a09759e8.tar.bz2 ampache-062398443b26b4f146e5d6866b452857a09759e8.zip |
tweaked catalog drop down, added bandwidth throttling and fixed some spelling errors
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sidebar.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index b939c7eb..0564ca04 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -151,7 +151,7 @@ $web_path = conf('web_path'); <input type="hidden" name="action" value="m3u" /> <select name="random" style="width:9em;"> <option value="1">1</option> - <option value="5">5</option> + <option value="5" selected="selected">5</option> <option value="10">10</option> <option value="20">20</option> <option value="30">30</option> @@ -171,6 +171,8 @@ $web_path = conf('web_path'); <option value="Less Played"><?php echo _("Less Played"); ?></option> </select> <br /> + <?php show_catalog_select('catalog','','width:9em;'); ?> + <br /> <input type="hidden" name="aaction" value="Play!" /> <input class="smallbutton" type="submit" name="aaction" value="<?php echo _("Enqueue"); ?>" /> </form> |