Skip to content

Commit

Permalink
Update FrequentlyAskedQuestionsExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hailwood committed Aug 22, 2015
1 parent d273c77 commit 7b4024d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Extensions/FrequentlyAskedQuestionsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function updateCMSFields(FieldList $fields) {
->addComponent(new GridFieldButtonRow('before'))
->addComponent(new GridFieldAddNewButton('buttons-before-left'))
->addComponent(new GridFieldToolbarHeader())
->addComponent(new GridFieldTitleHeader())
->addComponent(new GridFieldSortableHeader())
->addComponent(new GridFieldSortableRows('SortOrder'))
->addComponent($dataColumns = new GridFieldDataColumns())
->addComponent(new GridFieldEditButton())
Expand All @@ -34,4 +34,4 @@ public function updateCMSFields(FieldList $fields) {
return $fields;
}

}
}

0 comments on commit 7b4024d

Please sign in to comment.