mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
class cf-fields for form construction close #363
This commit is contained in:
parent
c169269876
commit
20bc5a818a
@ -41,7 +41,7 @@ class ReportType extends AbstractType
|
|||||||
array('required' => true, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
array('required' => true, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||||
//->add('scope')
|
//->add('scope')
|
||||||
->add('cFData', 'custom_field',
|
->add('cFData', 'custom_field',
|
||||||
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
array('attr' => array('class' => 'cf-fields'), 'group' => $options['cFGroup']))
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user