mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
set scope to the up of the form in report edit
This commit is contained in:
parent
f2cdaaa1a3
commit
ec838755e1
@ -23,6 +23,11 @@
|
|||||||
{% block personcontent %}
|
{% block personcontent %}
|
||||||
{{ form_start(edit_form) }}
|
{{ form_start(edit_form) }}
|
||||||
|
|
||||||
|
{{ form_row(edit_form.user) }}
|
||||||
|
{{ form_row(edit_form.date) }}
|
||||||
|
{{ form_row(edit_form.scope) }}
|
||||||
|
{{ form_row(edit_form.cFData) }}
|
||||||
|
|
||||||
{{ form_widget(edit_form) }}
|
{{ form_widget(edit_form) }}
|
||||||
<div class="grid-12 centered sticky-form-buttons">
|
<div class="grid-12 centered sticky-form-buttons">
|
||||||
<button class="sc-button green margin-10" type="submit"><i class="fa fa-save"></i> {{ 'Save report'|trans }}</button>
|
<button class="sc-button green margin-10" type="submit"><i class="fa fa-save"></i> {{ 'Save report'|trans }}</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user