mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #50 from open-sausages/pulls/4.0/reports-filter-spacing
Add spacing below filter action
This commit is contained in:
commit
8dd40b3c26
@ -299,7 +299,10 @@ class Report extends ViewableData
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add a search button
|
// Add a search button
|
||||||
$fields->push(new FormAction('updatereport', _t('GridField.Filter')));
|
$formAction = new FormAction('updatereport', _t('GridField.Filter'));
|
||||||
|
$formAction->addExtraClass("m-b-2");
|
||||||
|
|
||||||
|
$fields->push($formAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
$fields->push($this->getReportField());
|
$fields->push($this->getReportField());
|
||||||
|
Loading…
Reference in New Issue
Block a user