2020-12-29 12:40:19 +01:00
|
|
|
<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>
|
2020-12-29 14:05:45 +01:00
|
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
2020-12-29 12:40:19 +01:00
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-content>
|