Add calendar profile

This commit is contained in:
2021-02-01 13:01:56 +01:00
parent dce4afd4da
commit 55b1646d8c
5 changed files with 41 additions and 7 deletions
+4 -1
View File
@@ -35,7 +35,10 @@
</ion-row>
<ion-row class="ion-align-items-center">
<ion-icon class="right-icons" (click)="changeProfile()" name="add-circle-outline"></ion-icon>
<div class="arrow">
<ion-icon *ngIf="profile == 'mdgpr' " (click)="changeProfile()" class="right-icons" slot="icon-only"src="assets/images/icons-profile-calendar-md.svg"></ion-icon>
<ion-icon *ngIf="profile == 'pr' " (click)="changeProfile()" class="right-icons" slot="icon-only"src="assets/images/icons-profile-calendar-pr.svg"></ion-icon>
</div>
<ion-icon class="right-icons" src="assets/images/icons-received-event.svg"></ion-icon>
<ion-icon class="right-icons" src="assets/images/icons-add-new-event.svg" (click)="openCalModal()" ></ion-icon>
</ion-row>