mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE ModelAdmin->ResultsForm() no longer returns a TabSet (was just a layout crutch to support correct sizing)
This commit is contained in:
parent
a5271728dc
commit
ecddf5b945
@ -767,12 +767,8 @@ class ModelAdmin_CollectionController extends Controller {
|
|||||||
$this,
|
$this,
|
||||||
'ResultsForm',
|
'ResultsForm',
|
||||||
new FieldSet(
|
new FieldSet(
|
||||||
new TabSet('Root',
|
new HeaderField('SearchResults', _t('ModelAdmin.SEARCHRESULTS','Search Results'), 2),
|
||||||
new Tab('SearchResults',
|
$tf
|
||||||
_t('ModelAdmin.SEARCHRESULTS','Search Results'),
|
|
||||||
$tf
|
|
||||||
)
|
|
||||||
)
|
|
||||||
),
|
),
|
||||||
new FieldSet()
|
new FieldSet()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user