Private GIT

Skip to content
Snippets Groups Projects
Commit 86e70cdb authored by Fernando's avatar Fernando
Browse files

Change A > Z to Ascending and Descenting

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