mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
[1.2] Set the order and the sort on search default
This commit is contained in:
@@ -38,6 +38,25 @@
|
||||
<span>Ygg token: </span>
|
||||
<input id="yggToken" type="text" size="35"/>
|
||||
</li>
|
||||
<li>
|
||||
<span>Colonne de tri des recherches et catégories: </span>
|
||||
<select id="searchSort">
|
||||
<option value="name">Nom</option>
|
||||
<option value="comment">Nbr commentaire</option>
|
||||
<option value="publish_date">Date</option>
|
||||
<option value="size">Taille</option>
|
||||
<option value="completed">Nbr complet</option>
|
||||
<option value="seed">Seed</option>
|
||||
<option value="leech">Leech</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<span>Ordre du tri des recherches et catégories:</span>
|
||||
<select id="searchOrder">
|
||||
<option value="asc">Ascendant</option>
|
||||
<option value="desc">Descendant</option>
|
||||
</select>
|
||||
</li>
|
||||
<li class="section">
|
||||
<span>Afficher le formulaire discord: </span>
|
||||
<input id="displayDiscord" type="checkbox"/>
|
||||
|
||||
Reference in New Issue
Block a user