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

FEAT #13998 TIME 1 hide upload doc in registered mail indexation

parent bdc1a943
No related branches found
No related tags found
No related merge requests found
<div class="mat-dialog-content-container"> <div class="mat-dialog-content-container">
<h1 mat-dialog-title>{{'lang.contactsImport' | translate}}</h1> <h1 mat-dialog-title>{{'lang.importContacts' | translate}}</h1>
<div mat-dialog-content> <div mat-dialog-content>
<mat-toolbar class="import-tool" [class.hide]="csvData.length === 0 || loading"> <mat-toolbar class="import-tool" [class.hide]="csvData.length === 0 || loading">
<span style="flex:1;"> <span style="flex:1;">
......
...@@ -67,9 +67,12 @@ ...@@ -67,9 +67,12 @@
</div> </div>
<div class="document-container" [class.fullContainer]="appService.getViewMode()"> <div class="document-container" [class.fullContainer]="appService.getViewMode()">
<div class="content"> <div class="content">
<app-document-viewer #appDocumentViewer [editMode]="true" [tmpFilename]="tmpFilename" <app-document-viewer *ngIf="this.currentIndexingModel.category !== 'registeredMail'" #appDocumentViewer [editMode]="true" [tmpFilename]="tmpFilename"
(triggerEvent)="refreshDatas()" style="height:100%;width:100%;"> (triggerEvent)="refreshDatas()" style="height:100%;width:100%;">
</app-document-viewer> </app-document-viewer>
<div *ngIf="this.currentIndexingModel.category === 'registeredMail'" style="font-size: 120px;opacity: 0.4;">
<i class="fas fa-dolly-flatbed"></i>
</div>
</div> </div>
</div> </div>
</mat-sidenav-content> </mat-sidenav-content>
......
...@@ -1973,5 +1973,8 @@ ...@@ -1973,5 +1973,8 @@
"externalSignatoryBook": "Parapheur externe", "externalSignatoryBook": "Parapheur externe",
"dispositListGeneratedMsg": "Le recommandé a été imprimé dans un <b>descriptif de pli</b>, vous ne pouvez pas modifier les données.", "dispositListGeneratedMsg": "Le recommandé a été imprimé dans un <b>descriptif de pli</b>, vous ne pouvez pas modifier les données.",
"arReceived": "AR réceptionné", "arReceived": "AR réceptionné",
"arAlreadyReceived": "Cet AR a déjà été reçu" "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",
"importContacts": "Importer des contacts"
} }
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