|
|
|
|
@ -12,10 +12,9 @@
|
|
|
|
|
<div class="result-graph" >
|
|
|
|
|
<div class="user-info">
|
|
|
|
|
<div class="user-image-container">
|
|
|
|
|
<div (click)="setFavorite(employee)">
|
|
|
|
|
<div (click)="setFavorite(employee)" style="visibility: hidden !important;">
|
|
|
|
|
<img *ngIf="!isFavorite" [ngClass]="direction == 'en' ? 'favIcon':'favIcon-ar' " src="../assets/imgs/fav.svg">
|
|
|
|
|
<img *ngIf="isFavorite" [ngClass]="direction == 'en' ? 'favIcon':'favIcon-ar' " src="../assets/imgs/favFilled.svg">
|
|
|
|
|
<!-- <ion-col><img src="../assets/imgs/fav filled.svg"></ion-col> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="user-image">
|
|
|
|
|
<img class="img" [src]="employee.EMPLOYEE_IMAGE ? 'data:image/png;base64,'+employee.EMPLOYEE_IMAGE : '../assets/imgs/profile.png'" alt="Team Member Image"/>
|
|
|
|
|
@ -52,7 +51,7 @@
|
|
|
|
|
<ion-segment
|
|
|
|
|
(ionChange)="segmentChanged($event)"
|
|
|
|
|
[value]="activeSegment">
|
|
|
|
|
<ion-col [size]="3">
|
|
|
|
|
<ion-col [size]="4">
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="About"
|
|
|
|
|
@ -65,7 +64,7 @@
|
|
|
|
|
<span class="btnTitle">{{ts.trPK('myTeam','profile-details')}}</span>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="3" (click)="getMenuEntries(employee)">
|
|
|
|
|
<ion-col [size]="4" (click)="getMenuEntries(employee)">
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="create-request"
|
|
|
|
|
@ -75,18 +74,17 @@
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col > <span class="btnTitle">{{ts.trPK('vacation-rule','create-request')}}</span></ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="3">
|
|
|
|
|
<!-- <ion-col [size]="3">
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="Attendance"
|
|
|
|
|
[ngClass]="activeSegment == 'Attendance' ? 'active-Segment' : 'normal-Segment'" >
|
|
|
|
|
<!-- <ion-label>{{ts.trPK('attendance','attendance')}}</ion-label> -->
|
|
|
|
|
<img class="imgSize" src="../assets/imgs/view-attendance.svg">
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col> <span class="btnTitle">{{ts.trPK('myTeam','view-attendence')}} </span></ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="3">
|
|
|
|
|
</ion-col> -->
|
|
|
|
|
<ion-col [size]="4">
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="TeamMembers"
|
|
|
|
|
|