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

ERGO #5381 add format in PJ icon

parent 76c15075
No related branches found
No related tags found
No related merge requests found
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
<i *ngIf="attachment.sign && attachment.status == 'SIGN'" title="Le document a été signé" style="position: absolute;top: 12px;right: 6px;" class="fa fa-circle"></i> <i *ngIf="attachment.sign && attachment.status == 'SIGN'" title="Le document a été signé" style="position: absolute;top: 12px;right: 6px;" class="fa fa-circle"></i>
<i *ngIf="attachment.sign && attachment.status != 'SIGN' && attachment.status != 'TMP'" title="Le document n'a pas encore été signé" style="position: absolute;top: 12px;right: 6px;" class="fa fa-circle-o"></i> <i *ngIf="attachment.sign && attachment.status != 'SIGN' && attachment.status != 'TMP'" title="Le document n'a pas encore été signé" style="position: absolute;top: 12px;right: 6px;" class="fa fa-circle-o"></i>
<i *ngIf="attachment.sign && attachment.status == 'TMP'" style="color:green;-ms-transform: rotate(-35deg);-webkit-transform: rotate(-35deg);transform: rotate(-35deg);position: absolute;top: 39px;right: 1px;" >Brouillon</i> <i *ngIf="attachment.sign && attachment.status == 'TMP'" style="color:green;-ms-transform: rotate(-35deg);-webkit-transform: rotate(-35deg);transform: rotate(-35deg);position: absolute;top: 39px;right: 1px;" >Brouillon</i>
<br/><i style="position: absolute;margin-left: -9px;" >.{{attachment.format}}</i>
</div> </div>
</div> </div>
<div style="bottom: 0px;position: absolute;left: 5px;"> <div style="bottom: 0px;position: absolute;left: 5px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment