mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
add newline (\n) at the end of file
This commit is contained in:
parent
4a6dee763f
commit
7cf41d9c9d
@ -228,4 +228,4 @@ class Report implements HasCenterInterface, HasScopeInterface
|
||||
return $this->person->getCenter();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@ ChillReport
|
||||
|
||||
The bundle for reports
|
||||
|
||||
[](http://travis-ci.org/#!/Chill-project/Report.png)
|
||||
[](http://travis-ci.org/#!/Chill-project/Report.png)
|
||||
|
@ -21,4 +21,5 @@ Chill\ReportBundle\Entity\Report:
|
||||
targetEntity: Chill\MainBundle\Entity\Scope
|
||||
cFGroup:
|
||||
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
|
||||
lifecycleCallbacks: { }
|
||||
lifecycleCallbacks: { }
|
||||
|
@ -48,4 +48,5 @@ report_export_select_type:
|
||||
menus:
|
||||
export:
|
||||
order: 100
|
||||
label: Export reports
|
||||
label: Export reports
|
||||
|
@ -34,4 +34,5 @@ services:
|
||||
- "@security.token_storage"
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: form.type, alias: chill_reportbundle_report }
|
||||
- { name: form.type, alias: chill_reportbundle_report }
|
||||
|
@ -35,4 +35,4 @@ User: Utilisateur
|
||||
'%total% reports matching the search "%pattern%"': '{0} Aucun rapport ne correspond à la recherche "%pattern%" | {1} Un rapport correspond à la recherche "%pattern%" | ]1,Inf]%total% rapports correspondent à la recherche "%pattern%"'
|
||||
|
||||
#timeline
|
||||
'%user% has filled a %report_label% report on %date%': %user% a ajouté un rapport '%report_label%' le %date%
|
||||
'%user% has filled a %report_label% report on %date%': %user% a ajouté un rapport '%report_label%' le %date%
|
||||
|
@ -26,4 +26,4 @@ User: Gebruiker
|
||||
'Unable to find this report.': Dossier is onvindbaar
|
||||
'This is not the report of the person.': "Dit is niet het dossier van deze person"
|
||||
|
||||
'You are going to leave a page with unsubmitted data. Are you sure you want to leave ?': 'U bent aan te vertrekken een pagina die veranderdt datas behoudt. Bent u er zeker van dat u wil vertrekken ?'
|
||||
'You are going to leave a page with unsubmitted data. Are you sure you want to leave ?': 'U bent aan te vertrekken een pagina die veranderdt datas behoudt. Bent u er zeker van dat u wil vertrekken ?'
|
||||
|
@ -26,4 +26,4 @@
|
||||
#}{% endfor %}{#
|
||||
|
||||
#}{{ '\r\n'|raw }}{#
|
||||
#}{% endfor %}
|
||||
#}{% endfor %}
|
||||
|
@ -34,4 +34,4 @@
|
||||
<script type="text/javascript">
|
||||
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]', '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -30,4 +30,4 @@
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -30,4 +30,4 @@
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -51,4 +51,4 @@
|
||||
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}"><i class="fa fa-pencil"></i> {{ 'Update the report' | trans }}</a>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -42,4 +42,4 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -24,4 +24,4 @@
|
||||
</dl>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user