fix out-of-order entry for 'date created'

This commit is contained in:
rolux 2012-02-15 16:27:48 +00:00
parent 8ac6779bb1
commit 0c466f5dbf
1 changed files with 7 additions and 7 deletions

View File

@ -206,13 +206,6 @@
"type": "text",
"find": true
},
{
"id": "created",
"title": "Date Created",
"type": "date",
"columnWidth": 120,
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
},
{
"id": "id",
"title": "ID",
@ -358,6 +351,13 @@
"capability": "canSeeFiles",
"find": true
},
{
"id": "created",
"title": "Date Created",
"type": "date",
"columnWidth": 120,
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
},
{
"id": "modified",
"title": "Date Modified",