minor edits

This commit is contained in:
Dimitar Byalkov
2023-06-09 05:39:06 +02:00
parent d81450ed21
commit f90e73d544
9 changed files with 88 additions and 30 deletions

View File

@@ -19,12 +19,12 @@
<input type="hidden" name="handler" value="filter" />
<input type="text" name="s" />
<div class="form-check form-check-inline">
<label class="form-check-label" for="asc">Sort by ascending order</label>
<label class="form-check-label" for="true">Sort by ascending order</label>
<input class="form-check-input" type="radio" name="asc" value="true" />
</div>
<div class="form-check form-check-inline">
<label class="form-check-label" for="des">Sort by descending order</label>
<input class="form-check-input" type="radio" name="des" value="true" />
<label class="form-check-label" for="false">Sort by descending order</label>
<input class="form-check-input" type="radio" name="asc" value="false" />
</div>
<div class="form-check form-check-inline">
<label class="form-check-label" for="imp">Only important</label>