mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Report Choice Form - Formatting
This commit is contained in:
parent
bdb3e9eabe
commit
c120c32064
@ -38,7 +38,7 @@ class ReportType extends AbstractType
|
||||
$builder
|
||||
->add('date', 'date', array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||
->add('scope')
|
||||
->add('cFData', 'custom_field', array('group' => $options['cFGroup']))
|
||||
->add('cFData', 'custom_field', array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
||||
;
|
||||
}
|
||||
|
||||
|
@ -22,11 +22,14 @@
|
||||
|
||||
{% block personcontent %}
|
||||
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form) }}
|
||||
{{ form_row(form.cFGroup) }}
|
||||
|
||||
<button type="submit">
|
||||
Create a new report
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user