|
|
|
@ -26,16 +26,16 @@
|
|
|
|
<div class="gridService">
|
|
|
|
<div class="gridService">
|
|
|
|
<ion-row>
|
|
|
|
<ion-row>
|
|
|
|
<ion-col class="columns">
|
|
|
|
<ion-col class="columns">
|
|
|
|
<label class="service">{{personalInfo.SERVICE_YEARS}}</label>
|
|
|
|
<label [ngClass]=" direction == 'ltr' ? 'service' : 'service-ar'">{{personalInfo.SERVICE_YEARS}}</label>
|
|
|
|
<br> <label class="services">YEARS</label>
|
|
|
|
<br> <label [ngClass]=" direction == 'ltr' ? 'services' : 'services-ar'">{{ts.trPK('userProfile','years')}}</label>
|
|
|
|
</ion-col>
|
|
|
|
</ion-col>
|
|
|
|
<ion-col class="columns">
|
|
|
|
<ion-col class="columns">
|
|
|
|
<label class="service">{{personalInfo.SERVICE_MONTHS}}</label>
|
|
|
|
<label [ngClass]=" direction == 'ltr' ? 'service' : 'service-ar'">{{personalInfo.SERVICE_MONTHS}}</label>
|
|
|
|
<br> <label class="services">MONTHS</label>
|
|
|
|
<br> <label [ngClass]=" direction == 'ltr' ? 'services' : 'services-ar'">{{ts.trPK('userProfile','months')}}</label>
|
|
|
|
</ion-col>
|
|
|
|
</ion-col>
|
|
|
|
<ion-col class="columns">
|
|
|
|
<ion-col class="columns">
|
|
|
|
<label class="service">{{personalInfo.SERVICE_DAYS}}</label>
|
|
|
|
<label [ngClass]=" direction == 'ltr' ? 'service' : 'service-ar'">{{personalInfo.SERVICE_DAYS}}</label>
|
|
|
|
<br> <label class="services">DAYS</label>
|
|
|
|
<br> <label [ngClass]=" direction == 'ltr' ? 'services' : 'services-ar'">{{ts.trPK('absenceList','days')}}</label>
|
|
|
|
</ion-col>
|
|
|
|
</ion-col>
|
|
|
|
</ion-row>
|
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
<div class="list">
|
|
|
|
<div class="list">
|
|
|
|
<ion-list class="list-ios">
|
|
|
|
<ion-list class="list-ios">
|
|
|
|
<div class="p">
|
|
|
|
<div class="p">
|
|
|
|
<p>Years of Services</p>
|
|
|
|
<p>{{ts.trPK('userProfile','Years of Services')}}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-item class="itemline" (click)="openEditprofile()">
|
|
|
|
<ion-item class="itemline" (click)="openEditprofile()">
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
<ion-label class="profile">
|
|
|
|
<ion-label class="profile">
|
|
|
|
{{ts.trPK('userProfile','edit-profile')}}
|
|
|
|
{{ts.trPK('userProfile','edit-profile')}}
|
|
|
|
</ion-label>
|
|
|
|
</ion-label>
|
|
|
|
<ion-icon style= "width: 20px; height: 22px !important;" name="arrow-forward" item-right></ion-icon>
|
|
|
|
<ion-icon [ngClass]=" direction == 'ltr' ? 'arrow' : 'arrow-ar'" name="arrow-forward" item-right></ion-icon>
|
|
|
|
</ion-item>
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-item class="itemlins" (click)="openPerormance()">
|
|
|
|
<ion-item class="itemlins" (click)="openPerormance()">
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
<ion-label class="profile">
|
|
|
|
<ion-label class="profile">
|
|
|
|
{{ts.trPK('userProfile','performance-evaluation')}}
|
|
|
|
{{ts.trPK('userProfile','performance-evaluation')}}
|
|
|
|
</ion-label>
|
|
|
|
</ion-label>
|
|
|
|
<ion-icon style= "width: 20px; height: 22px !important;" name="arrow-forward" item-right></ion-icon>
|
|
|
|
<ion-icon [ngClass]=" direction == 'ltr' ? 'arrow' : 'arrow-ar'" name="arrow-forward" item-right></ion-icon>
|
|
|
|
</ion-item>
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
|
|
</ion-list>
|
|
|
|
</ion-list>
|
|
|
|
|