Files
doneit-web/src/app/shared/popover/diplomas-gerar-options/diplomas-gerar-options.page.html
T
Peter Maquiran cc9c5a9cf5 fix
2023-01-30 23:21:47 +01:00

13 lines
587 B
HTML

<div class="wrapper">
<div>
<div class="buttons">
<button (click)="enviarDiploma({note: '', documents: [], serialnumber: task.SerialNumber})" class="btn-cancel" shape="round" >Enviar Diploma</button>
<button (click)="openDelegarModal()" class="btn-cancel" shape="round" >Delegar</button>
<div class="solid"></div>
<button (click)="openBookMeetingModal()" class="btn-cancel" shape="round" >Marcar Reunião</button>
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
</div>
</div>
</div>