From 20bc5a818a804b8e5155a119657ff257ffd05675 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Nov 2014 15:56:07 +0100 Subject: [PATCH] class cf-fields for form construction close #363 --- Form/ReportType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/ReportType.php b/Form/ReportType.php index 4f7dfd3b3..6f62cce82 100644 --- a/Form/ReportType.php +++ b/Form/ReportType.php @@ -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'])) ; }