mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 22:34:24 +00:00
Improving the timeline UI
This commit is contained in:
parent
e283c32984
commit
f04c032cf7
@ -87,8 +87,8 @@ Add an address: Ajouter une adresse
|
|||||||
Back to the person details: Retour aux détails de la personne
|
Back to the person details: Retour aux détails de la personne
|
||||||
|
|
||||||
#timeline
|
#timeline
|
||||||
'An accompanying period is opened for %person% on %date%': Une période d'accompagnement a été ouverte le %date% pour %person%
|
Closing the accompanying period: Fermeture de la période d'accompagnement
|
||||||
'An accompanying period is closed for %person% on %date%': Une période d'accompagnement a été fermée le %date% pour %person%
|
Opening the accompanying period: Ouverture d'une période d'accompagnement
|
||||||
|
|
||||||
#roles
|
#roles
|
||||||
CHILL_PERSON_SEE: Voir les personnes
|
CHILL_PERSON_SEE: Voir les personnes
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
<p>
|
<h3 class="single-line">
|
||||||
<i class="fa fa-folder"></i> {{ 'An accompanying period is closed for %person% on %date%'|trans({'%person%': person, '%date%': period.closingDate|localizeddate('long', 'none') } ) }}
|
{{ period.closingDate|localizeddate('long', 'none') }}
|
||||||
</p>
|
<span class="person"> /
|
||||||
|
{{ 'Closing the accompanying period' | trans }}
|
||||||
|
<span>
|
||||||
|
<span class="chill-red">
|
||||||
|
<i class="fa fa-folder"></i>
|
||||||
|
</span>
|
||||||
|
</h3>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
<p>
|
<h3 class="single-line">
|
||||||
<i class="fa fa-folder-open"></i> {{ 'An accompanying period is opened for %person% on %date%'|trans({'%person%': person, '%date%': period.openingDate|localizeddate('long', 'none') } ) }}
|
{{ period.openingDate|localizeddate('long', 'none') }}
|
||||||
</p>
|
<span class="person"> /
|
||||||
|
{{ 'Opening the accompanying period' | trans }}
|
||||||
|
</span>
|
||||||
|
<span class="chill-green">
|
||||||
|
<i class="fa fa-folder-open"></i>
|
||||||
|
</span>
|
||||||
|
</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user