Skip to content
Snippets Groups Projects
Commit 61edb72b authored by Damien's avatar Damien
Browse files

[WORDING]

parent 880ca9c7
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@
<div class="contentShow" *ngIf="headerTab == 1">
<div class="pjDoc" [ngStyle]="{'height': showTopLeftPanel ? '100px' : '30px'}">
<div (click)="displayPanel('TOPLEFT')" *ngIf="!showTopLeftPanel" style="padding: 5px;cursor:pointer;">
<strong>{{signatureBook.documents.length - 1}} pièce(s) jointe(s)</strong>
<strong>{{signatureBook.documents.length - 1}} pièce(s) complémentaire(s)</strong>
</div>
<div *ngIf="showTopLeftPanel" style="height:100%;">
<img title="{{document.title}}" id="thumnails_img" *ngFor="let document of signatureBook.documents; let i = index" (click)="changeLeftViewer(i)" [src]="document.thumbnailLink"
......
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