This commit is contained in:
tiago.kayaya
2021-08-24 14:37:09 +01:00
parent 985b11ba95
commit 92a3f83a66
22 changed files with 171 additions and 193 deletions
@@ -81,9 +81,9 @@
</div>
<div *ngIf="loadedEvent.Attendees.length > 1">
<ion-button class="see-more-button" fill="none" shape="round" (click)="openAttendees()">
<button class="see-more-button" fill="none" shape="round" (click)="openAttendees()">
<ion-label color="secondary">Ver mais...</ion-label>
</ion-button>
</button>
</div>
</div>
</div>
@@ -110,9 +110,9 @@
</div>
</div>
<div *ngIf="loadedEventAttachments.length > 1">
<ion-button class="see-more-button" fill="none" shape="round" (click)="openAttachments()"><!-- [routerLink]="['/home/attachments', loadedEvent.EventId]" -->
<button class="see-more-button" fill="none" shape="round" (click)="openAttachments()"><!-- [routerLink]="['/home/attachments', loadedEvent.EventId]" -->
<ion-label color="secondary">Ver mais...</ion-label>
</ion-button>
</button>
</div>
</div>
<ion-list *ngIf="!loadedEvent.HasAttachments">
@@ -195,7 +195,7 @@
<ion-footer>
<ion-toolbar>
<div class="event-detail-buttons">
<ion-button class="btn-ok" fill="clear" color="#fff" shape="round" (click)="Save()">Gravar</ion-button>
<button class="btn-ok" fill="clear" color="#fff" shape="round" (click)="Save()">Gravar</button>
</div>
</ion-toolbar>
</ion-footer>