mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
save
This commit is contained in:
@@ -39,22 +39,22 @@
|
||||
<div class="gallery-item">
|
||||
<img src='assets/images/4.jpg'>
|
||||
</div>
|
||||
|
||||
|
||||
</ion-list>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
<ion-footer>
|
||||
<ion-toolbar class="footer-toolbar">
|
||||
<ion-buttons slot="start">
|
||||
<ion-button class="btn-cancel" fill="clear" color="#e0e9ee" (click)="cancel()">
|
||||
<button class="btn-cancel" fill="clear" color="#e0e9ee" (click)="cancel()">
|
||||
<ion-label>Cancelar</ion-label>
|
||||
</ion-button>
|
||||
</button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="end">
|
||||
<ion-button class="btn-ok" fill="clear" color="#fff" (click)="save()">
|
||||
<button class="btn-ok" fill="clear" color="#fff" (click)="save()">
|
||||
<ion-label>Selecionar</ion-label>
|
||||
</ion-button>
|
||||
</button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
</ion-footer>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<ion-content fullscreen>
|
||||
<ion-item class="close" lines="none" text-center>
|
||||
<ion-button (click)="close()" fill="clear" >
|
||||
<button (click)="close()" fill="clear" >
|
||||
<ion-icon name="close" slot="start">Fechar</ion-icon>
|
||||
</ion-button>
|
||||
</button>
|
||||
</ion-item>
|
||||
<ion-slides>
|
||||
<ion-slide>
|
||||
|
||||
Reference in New Issue
Block a user