related to #1461 Adding natural sort order ASC and DESC

This commit is contained in:
Matthieu Leproux
2021-08-13 16:26:46 +02:00
parent 67c5a9aec5
commit e82af26cbb
4 changed files with 21 additions and 3 deletions
@@ -72,6 +72,18 @@ var delay_autoOpen = {$delay_before_autoOpen}
<input type="radio" value="date_available ASC" name="order">
{'Date posted, old &rarr; new'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order ASC" name="order">
{'Natural order, A &rarr; Z'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order DESC" name="order">
{'Natural order, Z &rarr; A'|@translate}
</label>
</div>
<input type="submit" name="simpleAutoOrder" value="{'Apply to direct sub-albums'|@translate}"/>
<input type="submit" name="recursiveAutoOrder" value="{'Apply to the whole hierarchy'|@translate}"/>