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

add * if modif

parent 4919fe08
No related branches found
No related tags found
No related merge requests found
...@@ -118,8 +118,8 @@ ...@@ -118,8 +118,8 @@
<span>{{signatureBook.attachments[rightSelectedThumbnail].destUser}}</span> <span>{{signatureBook.attachments[rightSelectedThumbnail].destUser}}</span>
</div> </div>
<div *ngIf="showTopRightPanel"> <div *ngIf="showTopRightPanel">
<div class="infoPj" title="{{signatureBook.attachments[rightSelectedThumbnail].typist}} / Modifié par : {{signatureBook.attachments[rightSelectedThumbnail].updated_by}}"> <div class="infoPj" title="{{signatureBook.attachments[rightSelectedThumbnail].typist}} / Modifié par : {{signatureBook.attachments[rightSelectedThumbnail].updated_by}} le {{signatureBook.attachments[rightSelectedThumbnail].doc_date}}">
<label>Créé par: </label> <label><i *ngIf="signatureBook.attachments[rightSelectedThumbnail].doc_date!=''">*</i> Créé par: </label>
<span>{{signatureBook.attachments[rightSelectedThumbnail].typist}}</span> <span>{{signatureBook.attachments[rightSelectedThumbnail].typist}}</span>
</div> </div>
<div class="infoPj"> <div class="infoPj">
......
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