我想在我的管理员中使用内联编辑表单,但不是表格形式,而是标准形式。但是,当我将编辑模式设置为内联时,表单以丑陋的格式显示而没有标签。我能做些什么?这是我在管理员中的代码
->with('Countries Involved')
->add('countries_involved', 'sonata_type_collection', array(
'type_options' => array('delete' => false)
), array(
'edit' => 'inline',
))