mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Set sortmode=DESC for date columns (and a few others) so newest show up on top for first click on header
This commit is contained in:
parent
8816fd6e0f
commit
32ef5dd748
@ -58,9 +58,9 @@
|
||||
<nextmatch-customfields id="customfields"/>
|
||||
<nextmatch-header label="Category" id="cat_id"/>
|
||||
<vbox>
|
||||
<nextmatch-sortheader label="Startdate" id="info_startdate"/>
|
||||
<nextmatch-sortheader label="Enddate" id="info_enddate"/>
|
||||
<nextmatch-sortheader label="Date completed" id="info_datecompleted"/>
|
||||
<nextmatch-sortheader label="Startdate" id="info_startdate" sortmode="DESC"/>
|
||||
<nextmatch-sortheader label="Enddate" id="info_enddate" sortmode="DESC"/>
|
||||
<nextmatch-sortheader label="Date completed" id="info_datecompleted" sortmode="DESC"/>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<nextmatch-sortheader label="Times" id="info_used_time"/>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<nextmatch-header statustext="Status" label="St." id="status"/>
|
||||
<nextmatch-header statustext="attachments, ..." label="..." id="attachments"/>
|
||||
<nextmatch-sortheader label="subject" id="subject"/>
|
||||
<nextmatch-sortheader align="center" label="date" id="date"/>
|
||||
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
|
||||
<nextmatch-sortheader label="mail-address" id="address"/>
|
||||
<nextmatch-sortheader label="to" id="toaddress"/>
|
||||
<nextmatch-sortheader label="from" id="fromaddress"/>
|
||||
|
Loading…
Reference in New Issue
Block a user