Private GIT

Skip to content
Snippets Groups Projects
Commit f400babc authored by miigotu's avatar miigotu
Browse files

Merge pull request #732 from SickRage/fix_mako

Change A > Z to Ascending and Descenting
parents 5e1cdeaa 86e70cdb
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@
<span class="show-option"> Direction:
<select id="postersortdirection" class="form-control form-control-inline input-sm">
<option value="true" data-sort="${srRoot}/setPosterSortDir/?direction=1" ${('', 'selected="selected"')[sickbeard.POSTER_SORTDIR == 1]}>A &#10140; Z</option>
<option value="false" data-sort="${srRoot}/setPosterSortDir/?direction=0" ${('', 'selected="selected"')[sickbeard.POSTER_SORTDIR == 0]}>Z &#10140; A</option>
<option value="true" data-sort="${srRoot}/setPosterSortDir/?direction=1" ${('', 'selected="selected"')[sickbeard.POSTER_SORTDIR == 1]}>Ascending </option>
<option value="false" data-sort="${srRoot}/setPosterSortDir/?direction=0" ${('', 'selected="selected"')[sickbeard.POSTER_SORTDIR == 0]}>Descending</option>
</select>
</span>
% endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment