|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
<ion-list class="list-en" >
|
|
|
|
|
<ion-item (click)="profile()" lines="none">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 18px !important; width:16px" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
<img style= "height: 29px !important; width:16px" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('userProfile','title')}}
|
|
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
|
|
|
|
|
<ion-item lines="none" (click)="openEmployeeHierarchy()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/hierarchy.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('myTeam','employee-hierarchy')}}
|
|
|
|
|
@ -63,7 +63,7 @@
|
|
|
|
|
|
|
|
|
|
<ion-item lines="none" (click)="openContactUs()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
<img style= "height: 19px !important;" src="../assets/imgs/help.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('myTeam','help')}}
|
|
|
|
|
@ -184,7 +184,7 @@
|
|
|
|
|
<ion-list class="list-ar" >
|
|
|
|
|
<ion-item (click)="profile()" lines="none">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 18px !important; width:16px" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
<img style= "height: 29px !important; width:16px" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('userProfile','title')}}
|
|
|
|
|
@ -209,7 +209,7 @@
|
|
|
|
|
|
|
|
|
|
<ion-item lines="none" (click)="openEmployeeHierarchy()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/hierarchy.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('myTeam','employee-hierarchy')}}
|
|
|
|
|
@ -218,7 +218,7 @@
|
|
|
|
|
|
|
|
|
|
<ion-item lines="none" (click)="openContactUs()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
<img style= "height: 19px !important;" src="../assets/imgs/help.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('myTeam','help')}}
|
|
|
|
|
|