add newline (\n) at the end of file

This commit is contained in:
Julien Fastré 2015-06-24 00:30:20 +02:00
parent 4a6dee763f
commit 7cf41d9c9d
14 changed files with 17 additions and 14 deletions

View File

@ -228,4 +228,4 @@ class Report implements HasCenterInterface, HasScopeInterface
return $this->person->getCenter();
}
}
}

View File

@ -3,4 +3,4 @@ ChillReport
The bundle for reports
[![Build Status](https://travis-ci.org/Chill-project/Report.png)](http://travis-ci.org/#!/Chill-project/Report.png)
[![Build Status](https://travis-ci.org/Chill-project/Report.png)](http://travis-ci.org/#!/Chill-project/Report.png)

View File

@ -21,4 +21,5 @@ Chill\ReportBundle\Entity\Report:
targetEntity: Chill\MainBundle\Entity\Scope
cFGroup:
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
lifecycleCallbacks: { }
lifecycleCallbacks: { }

View File

@ -48,4 +48,5 @@ report_export_select_type:
menus:
export:
order: 100
label: Export reports
label: Export reports

View File

@ -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 }

View File

@ -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%

View File

@ -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 ?'

View File

@ -26,4 +26,4 @@
#}{% endfor %}{#
#}{{ '\r\n'|raw }}{#
#}{% endfor %}
#}{% endfor %}

View File

@ -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 %}

View File

@ -30,4 +30,4 @@
</button>
{{ form_end(form) }}
{% endblock %}
{% endblock %}

View File

@ -30,4 +30,4 @@
</button>
{{ form_end(form) }}
{% endblock %}
{% endblock %}

View File

@ -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 %}

View File

@ -42,4 +42,4 @@
{% endfor %}
</tbody>
</table>
{% endif %}
{% endif %}

View File

@ -24,4 +24,4 @@
</dl>
</div>
{% endif %}
</div>
</div>