order by to sort, minor
This commit is contained in:
parent
ff2bdf3bbb
commit
77b1eedd57
|
@ -94,6 +94,7 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
<!--is this select okay, my forms are a bit weak, do we need action and method here?--><form class="selectMenu" id="listForm" method="post" action="">
|
||||
|
||||
<span>Sort:</span><!--Can i avoid a p tag here to keep it inline -->
|
||||
<select id="orderBySelect">Select
|
||||
{% for s in default_sorts %}
|
||||
|
@ -106,6 +107,7 @@
|
|||
<option value="mostpopular">Most popular</option>
|
||||
-->
|
||||
</select>
|
||||
|
||||
<input id="page_no" name="page_no" type="hidden" value="1" />
|
||||
<input id="object_id" name="object_id" type="hidden" value="" />
|
||||
<input type="text" placeholder="search list" id="searchList" name="field" class="searchListField"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user