summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicate.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_duplicate.inc.php')
-rw-r--r--templates/show_duplicate.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php
index 1f4ead8e..d3251d8f 100644
--- a/templates/show_duplicate.inc.php
+++ b/templates/show_duplicate.inc.php
@@ -33,6 +33,8 @@
<input type="radio" name="search_type" value="title"<?php echo $check_title; ?>/><?php echo _('Title'); ?><br />
<input type="radio" name="search_type" value="artist_title"<?php echo $check_artist_title; ?>/><?php echo _('Artist and Title'); ?><br />
<input type="radio" name="search_type" value="artist_album_title"<?php echo $check_artist_album_title; ?>/><?php echo _('Artist, Album and Title'); ?><br />
+ <?php if ($_REQUEST['search_disabled']) { $disabled_check = ' checked="checked"'; } ?>
+ <input type="checkbox" name="search_disabled" value="1" <?php echo $disabled_check; ?>/><?php echo _('Search Disabled Songs'); ?><br />
</td>
</tr>
</table>