added IsOnTour artists filter
This commit is contained in:
parent
b922da75e8
commit
f6366f3b22
4 changed files with 24 additions and 4 deletions
|
@ -65,6 +65,13 @@
|
|||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend></legend>
|
||||
|
||||
<input class="chkIsOnTour" type="checkbox" name="chkIsOnTour" id="chkIsOnTour" data-theme="c" data-mini="true">
|
||||
<label for="chkIsOnTour">Is on tour</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue