1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update list pages to display current sort order

This commit is contained in:
Luke Pulverenti 2013-10-17 12:24:35 -04:00
parent 5b88da66b0
commit afe5161947
45 changed files with 137 additions and 25 deletions

View file

@ -26,6 +26,7 @@
</div>
<div class="listTopPaging">
</div>
<div class="viewSummary"></div>
</div>
<div id="items" class="itemsContainer"></div>
</div>
@ -37,7 +38,7 @@
<strong>Sort By:</strong>
</legend>
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioSeriesSortName" value="on" checked="checked" data-sortby="SeriesSortName,SortName" data-mini="true">
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioSeriesSortName" value="on" checked="checked" data-sortby="SeriesSortName,SortName" data-mini="true">
<label for="radioSeriesSortName">Series name</label>
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">