mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
c4fd1281e1
commit
51b13e4e85
@ -41,7 +41,8 @@ class FeedbackAdmin extends LeftAndMain {
|
||||
$tableFields = array(
|
||||
"Name" => "Author",
|
||||
"Comment" => "Comment",
|
||||
"PageTitle" => "Page"
|
||||
"PageTitle" => "Page",
|
||||
"Created" => "Date Posted"
|
||||
);
|
||||
|
||||
$popupFields = new FieldSet(
|
||||
|
Loading…
Reference in New Issue
Block a user