diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 16:49:44 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 16:49:44 +0000 |
commit | 20b425c3ac56d24068f56cfa455e07d5fa26f13d (patch) | |
tree | 460a7b1a78886d85c1decb6cf92664f726504ba9 /templates/sidebar_browse.inc.php | |
parent | e00b5875aba6e3bad68096c59cb3641dbfb6dc4f (diff) | |
download | ampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.tar.gz ampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.tar.bz2 ampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.zip |
fixed song retaging, fixed the song view page tweaked sidebar browse and fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
Diffstat (limited to 'templates/sidebar_browse.inc.php')
-rw-r--r-- | templates/sidebar_browse.inc.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/sidebar_browse.inc.php b/templates/sidebar_browse.inc.php index 44938ccc..01bedb4c 100644 --- a/templates/sidebar_browse.inc.php +++ b/templates/sidebar_browse.inc.php @@ -14,12 +14,14 @@ <h4><?php echo _('Filters'); ?></h4> <?php show_alphabet_list($_REQUEST['alpha_match'],$_REQUEST['action']); ?> <hr /> +<!-- <input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&key=show_art&value=1');return true;" value="1" /> <?php echo _('Show Art'); ?><br /> <input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&key=min_count&value=1');return true;" value="1" /> <?php echo _('Minimum Count'); ?><br /> -<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&key=unplayed&value=1');return true;" value="1" /> - <?php echo _('Unplayed'); ?><br /> <input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&key=rated&value=1');return true;" value="1" /> <?php echo _('Rated'); ?><br /> +--> +<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&key=unplayed&value=1');return true;" value="1" /> + <?php echo _('Unplayed'); ?><br /> <hr /> |