|
|
|
|
@ -61,7 +61,7 @@
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<span class="btnTitle">{{ts.trPK('myTeam','profile-details')}}</span>
|
|
|
|
|
<span [ngClass]="direction == 'en' ? 'btnTitle' : 'btnTitle_ar'">{{ts.trPK('myTeam','profile-details')}}</span>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="4" (click)="getMenuEntries(employee)">
|
|
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
<img class="imgSize" src="../assets/imgs/create-req.svg">
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col > <span class="btnTitle">{{ts.trPK('vacation-rule','create-request')}}</span></ion-col>
|
|
|
|
|
<ion-col > <span [ngClass]="direction == 'en' ? 'btnTitle' : 'btnTitle_ar'">{{ts.trPK('vacation-rule','create-request')}}</span></ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<!-- <ion-col [size]="3">
|
|
|
|
|
<ion-col>
|
|
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
<img class="imgSize" src="../assets/imgs/team-members.svg">
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col><span class="btnTitle">{{ts.trPK('myTeam','team-members')}}</span></ion-col>
|
|
|
|
|
<ion-col><span [ngClass]="direction == 'en' ? 'btnTitle' : 'btnTitle_ar'">{{ts.trPK('myTeam','team-members')}}</span></ion-col>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-segment>
|
|
|
|
|
|
|
|
|
|
|