mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
18 lines
853 B
HTML
18 lines
853 B
HTML
<ion-content class="container">
|
|
<div class="arrow-right">
|
|
<button class="btn-no-color">
|
|
<ion-icon slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
|
</button>
|
|
</div>
|
|
<div class="buttons">
|
|
<button full class="btn-ok" shape="round" >Efectuar Despacho</button>
|
|
<button full class="btn-ok" shape="round" >Pedido de Parecer</button>
|
|
<button full class="btn-ok" shape="round" >Pedido de Deferimento</button>
|
|
<button full class="btn-ok" shape="round" >Marcar reunião</button>
|
|
<button full class="btn-ok" shape="round" >Descartar</button>
|
|
<button full class="btn-ok" shape="round" *ngIf="showEnviarPendentes" >Enviar para pendentes</button>
|
|
<div class="solid"></div>
|
|
<button full class="btn-cancel" shape="round" >Cancelar</button>
|
|
</div>
|
|
</ion-content>
|