mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Fixed filter options
This commit is contained in:
parent
4ba54bb597
commit
5ded95d59b
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
||||||
<div class="input-group-btn nav-filter" id="navFilter-criteria">
|
<div class="input-group-btn nav-filter" id="navFilter-criteria">
|
||||||
<select class="selectpicker show-tick" title="Filter" data-width="120px" name="f">
|
<select class="selectpicker show-tick" title="Filter" data-width="120px" name="f">
|
||||||
<option value="0" title="No filter" {% if search is defined and search["quality_filter"] == "0" %}selected{% else %}selected{% endif %}>No filter</option>
|
<option value="0" title="No filter" {% if search is defined and search["quality_filter"] == "0" %}selected{% else %}selected{% endif %}>No filter</option>
|
||||||
<option value="1" title="No repacks" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No remakes</option>
|
<option value="1" title="No repacks" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No repacks</option>
|
||||||
<option value="2" title="Trusted only" {% if search is defined and search["quality_filter"] == "2" %}selected{% endif %}>Trusted only</option>
|
<option value="2" title="Trusted only" {% if search is defined and search["quality_filter"] == "2" %}selected{% endif %}>Trusted only</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue