summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_browse.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 16:49:44 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 16:49:44 +0000
commit20b425c3ac56d24068f56cfa455e07d5fa26f13d (patch)
tree460a7b1a78886d85c1decb6cf92664f726504ba9 /templates/sidebar_browse.inc.php
parente00b5875aba6e3bad68096c59cb3641dbfb6dc4f (diff)
downloadampache-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.php6
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&amp;key=show_art&amp;value=1');return true;" value="1" />
<?php echo _('Show Art'); ?><br />
<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&amp;key=min_count&amp;value=1');return true;" value="1" />
<?php echo _('Minimum Count'); ?><br />
-<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&amp;key=unplayed&amp;value=1');return true;" value="1" />
- <?php echo _('Unplayed'); ?><br />
<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&amp;key=rated&amp;value=1');return true;" value="1" />
<?php echo _('Rated'); ?><br />
+-->
+<input type="checkbox" onclick="ajaxPut('<?php echo $ajax_info; ?>?action=browse&amp;key=unplayed&amp;value=1');return true;" value="1" />
+ <?php echo _('Unplayed'); ?><br />
<hr />