This commit is contained in:
Ray Lothian 2020-09-28 16:02:45 +02:00
parent fa8ff3c95c
commit f9214d27fb
5 changed files with 30 additions and 5 deletions

View file

@ -40,8 +40,8 @@
<th>
<input type="search" id="custom" placeholder="Filter items">&nbsp;
<select id="sort">
<option value="descending">Z to A</option>
<option value="ascending">A to Z</option>
<option value="descending" data-localize="ztoa">Z to A</option>
<option value="ascending" data-localize="atoz">A to Z</option>
</select>
</th>
</tr>