|
|
|
|
@ -34,16 +34,8 @@
|
|
|
|
|
<ion-label class="profile">
|
|
|
|
|
{{ts.trPK('userProfile','title')}}
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item (click)="openChangePassword()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 25px !important;" src="../assets/imgs/lock_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="changepassword" >
|
|
|
|
|
{{ts.trPK('login','changepassword')}}
|
|
|
|
|
<ion-badge class="start-badge main-badge" slot="end" color="danger">{{notBadge}}</ion-badge>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
<ion-item [hidden]="TeamFlag!='true'" (click)="openMyTeamPage()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
@ -52,6 +44,19 @@
|
|
|
|
|
{{ts.trPK('myTeam','myTeam-header')}}
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <ion-item (click)="openChangePassword()"> -->
|
|
|
|
|
<ion-item (click)="openChangePassword()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 25px !important;" src="../assets/imgs/lock_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
<ion-label class="changepassword" >
|
|
|
|
|
{{ts.trPK('login','changepassword')}}
|
|
|
|
|
<ion-badge class="start-badge main-badge" slot="end" color="danger">{{notBadge}}</ion-badge>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
</ion-list>
|
|
|
|
|
|
|
|
|
|
<div class="" style="text-align:center">
|
|
|
|
|
|