diff --git a/code/CommentAdmin.php b/code/CommentAdmin.php index 42913f42..54535a47 100644 --- a/code/CommentAdmin.php +++ b/code/CommentAdmin.php @@ -63,7 +63,15 @@ class CommentAdmin extends LeftAndMain { $table = new CommentTableField($this, "Comments", "PageComment", $section, $tableFields, $popupFields, array($filter)); $table->setParentClass(false); - $fields = new FieldSet(new LiteralField("Title", $title), $idField, $table); + $fields = new FieldSet( + new TabSet( 'Root', + new Tab('Comments', + new LiteralField("Title", $title), + $idField, + $table + ) + ) + ); $actions = new FieldSet(); @@ -237,4 +245,4 @@ JS; } } -?> \ No newline at end of file +?>