class cf-fields for form construction close #363

This commit is contained in:
Marc Ducobu 2014-11-25 15:56:07 +01:00
parent c169269876
commit 20bc5a818a

View File

@ -41,7 +41,7 @@ class ReportType extends AbstractType
array('required' => true, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
//->add('scope')
->add('cFData', 'custom_field',
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
array('attr' => array('class' => 'cf-fields'), 'group' => $options['cFGroup']))
;
}