diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-22 19:35:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-22 19:35:40 +0000 |
commit | bb5dafb7da7682fb0fa54bc281fb69589126f6ba (patch) | |
tree | 9bb752c6b55e7cc07462523191dac0b1cda0d565 /templates/sidebar.inc.php | |
parent | 30a2763ace643c65ed5cea6f329d316992dc07e1 (diff) | |
download | ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.gz ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.tar.bz2 ampache-bb5dafb7da7682fb0fa54bc281fb69589126f6ba.zip |
cleaned up the css some more and changed the sidebar mojo to pulldown
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 fa9d7659..f403e97b 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -170,7 +170,7 @@ $web_path = conf('web_path'); <option value="Less Played"><?php echo _("Less Played"); ?></option> </select> <br /> - <?php show_catalog_select('catalog','','width:9em;'); ?> + <?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"); ?>" /> |