From 0fbeda90479df56924c6693d766bc9252a3b6a3b Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 26 May 2011 19:08:50 -0400 Subject: UI fix for toggling artwork --- templates/browse_filters.inc.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index 2d3076eb..38632778 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -51,11 +51,6 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); get_filter('unplayed') ? 'checked="checked"' : ''; ?>/>
- - get_filter('show_art') ? 'checked="checked"' : ''; ?>/> -
- id, '')); ?> - get_filter('playlist_type') ? 'checked="checked"' : ''; ?>/>
@@ -99,5 +94,9 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); id,'catalog_select','catalog_choice'),'1'); ?> + + get_filter('show_art') ? 'selected="selected"' : ''; ?>/> + id, '')); ?> + -- cgit