Files
doneit-web/src/app/shared/popover/diplomas-gerar-options/diplomas-gerar-options.page.html
T

13 lines
608 B
HTML
Raw Normal View History

2022-06-24 15:26:15 +01:00
<div class="wrapper">
<div>
<div class="buttons">
<button (click)="enviarDiploma({note: '', documents: [], serialnumber: task.SerialNumber})" class="btn-cancel" shape="round" >Enviar Diploma</button>
2024-03-02 12:56:54 +01:00
<button *ngIf="!isDelegated" (click)="openDelegarModal()" class="btn-cancel" shape="round" >Delegar</button>
2022-06-24 15:26:15 +01:00
<div class="solid"></div>
<button (click)="openBookMeetingModal()" class="btn-cancel" shape="round" >Marcar Reunião</button>
2023-01-30 23:21:47 +01:00
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
2022-06-24 15:26:15 +01:00
</div>
</div>
</div>