From a1fc3a164cda35a61686f00311fffa8e7610d793 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Nov 2014 15:55:08 +0100 Subject: [PATCH] class cf-fields for form construction ref #363 --- Form/PersonType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/PersonType.php b/Form/PersonType.php index 654288e5f..a6386877d 100644 --- a/Form/PersonType.php +++ b/Form/PersonType.php @@ -58,7 +58,7 @@ class PersonType extends AbstractType if($options['cFGroup']) { $builder ->add('cFData', 'custom_field', - array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup'])) + array('attr' => array('class' => 'cf-fields'), 'group' => $options['cFGroup'])) ; }