mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24: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
|
||||
|
||||
#timeline
|
||||
'An accompanying period is opened for %person% on %date%': Une période d'accompagnement a été ouverte le %date% pour %person%
|
||||
'An accompanying period is closed for %person% on %date%': Une période d'accompagnement a été fermée le %date% pour %person%
|
||||
Closing the accompanying period: Fermeture de la période d'accompagnement
|
||||
Opening the accompanying period: Ouverture d'une période d'accompagnement
|
||||
|
||||
#roles
|
||||
CHILL_PERSON_SEE: Voir les personnes
|
||||
|
@ -1,3 +1,9 @@
|
||||
<p>
|
||||
<i class="fa fa-folder"></i> {{ 'An accompanying period is closed for %person% on %date%'|trans({'%person%': person, '%date%': period.closingDate|localizeddate('long', 'none') } ) }}
|
||||
</p>
|
||||
<h3 class="single-line">
|
||||
{{ period.closingDate|localizeddate('long', 'none') }}
|
||||
<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>
|
||||
<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') } ) }}
|
||||
</p>
|
||||
<h3 class="single-line">
|
||||
{{ period.openingDate|localizeddate('long', 'none') }}
|
||||
<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