From 0c466f5dbfc7b907324748331a5e4a2c173ee004 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 Feb 2012 16:27:48 +0000 Subject: [PATCH] fix out-of-order entry for 'date created' --- pandora/padma.jsonc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index 8f06bc49..358eaf8d 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -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",