Skip to content
Snippets Groups Projects
Verified Commit be66e968 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #10742 TIME 0:10 change substitute msg

parent bd230a88
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,7 @@ ...@@ -164,6 +164,7 @@
"substitutionInfo": "You are in substitution mode, you can't make any action", "substitutionInfo": "You are in substitution mode, you can't make any action",
"substitutedDoc": "Substituted document", "substitutedDoc": "Substituted document",
"substitutedSignature": "Substituted signature", "substitutedSignature": "Substituted signature",
"substituteMsg": "You act as",
"substitutionWarn": "You choose a substitution, you will not be able to make any action.", "substitutionWarn": "You choose a substitution, you will not be able to make any action.",
"manage_users": "User(s)", "manage_users": "User(s)",
"manage_usersDesc": "Add / Update / Delete users in application.", "manage_usersDesc": "Add / Update / Delete users in application.",
......
...@@ -164,6 +164,7 @@ ...@@ -164,6 +164,7 @@
"substitutionInfo": "Vous avez délégué vos documents, vous ne pouvez pas faire d'action", "substitutionInfo": "Vous avez délégué vos documents, vous ne pouvez pas faire d'action",
"substitutedDoc": "Document délégué", "substitutedDoc": "Document délégué",
"substitutedSignature": "Signature déléguée", "substitutedSignature": "Signature déléguée",
"substituteMsg": "Vous agissez en tant que",
"substitutionWarn": "Vous avez choisi une délégation, vous ne pourrez plus faire d'action.", "substitutionWarn": "Vous avez choisi une délégation, vous ne pourrez plus faire d'action.",
"manage_users": "Utilisateur(s)", "manage_users": "Utilisateur(s)",
"manage_usersDesc": "Ajouter / Modifier / Supprimer les utilisateurs de l'application.", "manage_usersDesc": "Ajouter / Modifier / Supprimer les utilisateurs de l'application.",
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
<mat-spinner diameter="50"></mat-spinner> <mat-spinner diameter="50"></mat-spinner>
</div> </div>
<p class="userSubstitute" mat-line *ngIf="diffusion.current && diffusion.userId !== signaturesService.userLogged.id"> <p class="userSubstitute" mat-line *ngIf="diffusion.current && diffusion.userId !== signaturesService.userLogged.id">
{{signaturesService.userLogged.firstname}} {{signaturesService.userLogged.lastname}} {{'lang.substituteMsg' | translate}}
</p> </p>
<h4 mat-line class="userDisplay primary" [class.substitute]="diffusion.current && diffusion.userId !== signaturesService.userLogged.id"> <h4 mat-line class="userDisplay primary">
{{diffusion.userDisplay}} {{diffusion.userDisplay}}
</h4> </h4>
<p mat-line style="display: flex;"> <p mat-line style="display: flex;">
......
...@@ -98,10 +98,6 @@ ...@@ -98,10 +98,6 @@
top: 8px; top: 8px;
} }
.substitute {
text-decoration: line-through;
}
.userSubstitute { .userSubstitute {
color: #F99830; color: #F99830;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment