mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
24 lines
657 B
HTML
24 lines
657 B
HTML
<ion-content>
|
|
<ion-row>
|
|
<ion-col>
|
|
<button full class="btn-ok" shape="round" >Tirar Fotografia</button>
|
|
</ion-col>
|
|
<ion-col>
|
|
<button class="btn-ok" shape="round" >Digitalizar Documento</button>
|
|
</ion-col>
|
|
<ion-col>
|
|
<button full class="btn-ok" shape="round" >Anexar Fotografia</button>
|
|
</ion-col>
|
|
<ion-col>
|
|
<button class="btn-ok" shape="round" >Anexar Documento</button>
|
|
</ion-col>
|
|
</ion-row>
|
|
<ion-row class="border-top">
|
|
<ion-col>
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
</ion-col>
|
|
<ion-col>
|
|
</ion-col>
|
|
</ion-row>
|
|
</ion-content>
|