Sort by creation date desc

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39815 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-08-10 00:47:11 +00:00
parent c4fd1281e1
commit 51b13e4e85
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ class FeedbackAdmin extends LeftAndMain {
$tableFields = array(
"Name" => "Author",
"Comment" => "Comment",
"PageTitle" => "Page"
"PageTitle" => "Page",
"Created" => "Date Posted"
);
$popupFields = new FieldSet(