Revert "BUGFIX: SSF-168 fixing rendering issue in Chrome, which displays extra control at the bottom of the window in a report that is of a certain length"

This reverts commit 68aa59b25e.
This commit is contained in:
Julian Seidenberg 2012-04-10 09:58:58 +12:00
parent 76f4e6d93b
commit 151693409c

View File

@ -128,13 +128,6 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider {
);
}
/**
* Reports don't need an editor toolbar. This empty method is necessary, otherwise the report page thinks it is
* a SiteTree page and returns unnecessary controls in a cms-editor-dialogs div
*/
public function EditorToolbar() {
}
public function getEditForm($id = null, $fields = null) {
$fields = new FieldList();