Skip to content
Snippets Groups Projects
Commit efa2593f authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15314 TIME 0:03 delete an information in the import of users and contacts

parent 8b548e17
No related branches found
No related tags found
No related merge requests found
......@@ -78,13 +78,13 @@
</mat-table>
</div>
</div>
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportcontacts' | translate"
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportNoIdToCreate' | translate"
style="min-width: 100%">
</div>
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportcontacts2' | translate"
style="min-width: 100%">
</div>
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportNoIdToCreate' | translate" style="min-width: 100%"></div>
</ng-template>
</div>
<span class="divider-modal"></span>
......
......@@ -63,13 +63,12 @@
<mat-header-row *matHeaderRowDef="userColmuns"></mat-header-row>
<mat-row *matRowDef="let row; columns: userColmuns;"></mat-row>
</mat-table>
<div class="alert-message alert-message-info"
[innerHTML]="'lang.infoImportusers' | translate" style="min-width: 100%">
</div>
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportNoIdToCreate' | translate"
style="min-width: 100%">
</div>
<div class="alert-message alert-message-info"
[innerHTML]="'lang.infoImportusers2' | translate" style="min-width: 100%">
</div>
<div class="alert-message alert-message-info" [innerHTML]="'lang.infoImportNoIdToCreate' | translate" style="min-width: 100%"></div>
</div>
</ng-template>
</div>
<span class="divider-modal"></span>
......
......@@ -2004,7 +2004,6 @@
"arReceived": "AR réceptionné",
"arAlreadyReceived": "Cet AR a déjà été reçu",
"contactsOfFile": "Contact du fichier",
"infoImportcontacts": "La colonne <b>id</b> est utilisée pour identifier un contact",
"infoImportcontacts2": "Les valeurs <b>vides</b> ne sont <b>pas</b> prises en compte par défaut lors de modifications de contacts",
"importContacts": "Importer des contacts",
"argumentCivilityNotCorrect": "La donnée civility n'est pas une civilité valide pour un contact",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment