Set sortmode=DESC for date columns so newest show up on top for first click on the sortheader

This commit is contained in:
Nathan Gray 2014-03-24 19:43:15 +00:00
parent 32ef5dd748
commit a3e195fef2

View File

@ -120,8 +120,8 @@
<nextmatch-header label="Next date" id="calendar"/> <nextmatch-header label="Next date" id="calendar"/>
</vbox> </vbox>
<vbox options="0,0"> <vbox options="0,0">
<nextmatch-sortheader label="Created" id="contact_created"/> <nextmatch-sortheader label="Created" id="contact_created" sortmode="DESC"/>
<nextmatch-sortheader label="Last modified" id="contact_modified"/> <nextmatch-sortheader label="Last modified" id="contact_modified" sortmode="DESC"/>
</vbox> </vbox>
</row> </row>
<row class="$row_cont[cat_id] $row_cont[class]" valign="top"> <row class="$row_cont[cat_id] $row_cont[class]" valign="top">