API CHANGE ModelAdmin->ResultsForm() no longer returns a TabSet (was just a layout crutch to support correct sizing)

This commit is contained in:
Ingo Schommer 2011-04-19 23:21:10 +12:00
parent a5271728dc
commit ecddf5b945

View File

@ -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()
); );