mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-07 05:49:42 +00:00
class cf-fields for form construction ref #363
This commit is contained in:
@@ -58,7 +58,7 @@ class PersonType extends AbstractType
|
|||||||
if($options['cFGroup']) {
|
if($options['cFGroup']) {
|
||||||
$builder
|
$builder
|
||||||
->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']))
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user