fixes #531 - Add ability to sort tv genres/studios/people by series or episode count

This commit is contained in:
Luke Pulverenti 2013-09-10 15:58:16 -04:00
parent 4098d3c52a
commit 0bd0e03c2a
3 changed files with 18 additions and 0 deletions

View file

@ -38,6 +38,12 @@
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
<label for="radioSortName">Name</label>
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSeriesCount" value="on" checked="checked" data-sortby="SeriesCount,SortName" data-mini="true">
<label for="radioSeriesCount">Series count</label>
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioEpisodeCount" value="on" checked="checked" data-sortby="EpisodeCount,SortName" data-mini="true">
<label for="radioEpisodeCount">Episode count</label>
</fieldset>
<fieldset data-role="controlgroup">