add creation date column, and sort by default on it (#4433)

This commit is contained in:
Frédéric Péters 2014-03-14 10:40:49 +01:00
parent 7e1de4e4ba
commit 1926278453
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
<div id="searchresults"/>
<div style="display: none;">
<input id="sort_on" value="sortable_title"/>
<input id="sort_order" type="checkbox"/>
<input id="sort_on" value="created"/>
<input id="sort_order" type="checkbox" checked="checked"/>
</div>
</div>