minor edits
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user