mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Add sent filter to offers page.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% include 'header.html' %}
|
||||
|
||||
<h3>{{ page_type }} Offers</h3>
|
||||
<h3>Network Offers</h3>
|
||||
{% if refresh %}
|
||||
<p>Page Refresh: {{ refresh }} seconds</p>
|
||||
{% endif %}
|
||||
@@ -35,6 +35,12 @@
|
||||
<option value="desc"{% if filters.sort_dir=='desc' %} selected{% endif %}>Descending</option>
|
||||
</select>
|
||||
</td></tr>
|
||||
<tr><td>Sent From Node</td><td>
|
||||
<select name="sent_from">
|
||||
<option value="any"{% if filters.sent_from=='any' %} selected{% endif %}>Any</option>
|
||||
<option value="only"{% if filters.sent_from=='only' %} selected{% endif %}>Only</option>
|
||||
</select>
|
||||
</td></tr>
|
||||
|
||||
<tr><td><input type="submit" name='applyfilters' value="Apply Filters"></td><td><input type="submit" name='clearfilters' value="Clear Filters"></td></tr>
|
||||
<tr><td><input type="submit" name='pageback' value="Page Back"></td><td>Page: {{ filters.page_no }}</td><td><input type="submit" name='pageforwards' value="Page Forwards"></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user