add negative filters
This commit is contained in:
@@ -127,15 +127,24 @@
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">${OptionHasTrailer}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoTrailer" id="chkNoTrailer" data-mini="true">
|
||||
<label for="chkNoTrailer">${OptionNoTrailer}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<label for="chkSpecialFeature">${OptionSpecialFeatures}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">${OptionHasThemeSong}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoThemeSong" id="chkNoThemeSong" data-mini="true">
|
||||
<label for="chkNoThemeSong">${OptionNoThemeSong}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">${OptionHasThemeVideo}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoThemeVideo" id="chkNoThemeVideo" data-mini="true">
|
||||
<label for="chkNoThemeVideo">${OptionNoThemeVideo}</label>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user