|
|
|
|
@ -136,6 +136,10 @@ export class HomePage implements OnInit {
|
|
|
|
|
public menuType: any;
|
|
|
|
|
accrualBalancesList: any;
|
|
|
|
|
public countAllNotification = 0;
|
|
|
|
|
myTeamTitle: string;
|
|
|
|
|
vacationRuleTitle: string;
|
|
|
|
|
public myTeamIcon: string;
|
|
|
|
|
public vacationRuleIcon: string;
|
|
|
|
|
|
|
|
|
|
constructor(
|
|
|
|
|
public ts: TranslatorService,
|
|
|
|
|
@ -177,6 +181,12 @@ export class HomePage implements OnInit {
|
|
|
|
|
// this.events.subscribe('getNotCount', badge => {
|
|
|
|
|
// this.notBadge = badge;
|
|
|
|
|
// });
|
|
|
|
|
this.myTeamTitle= this.ts.trPK('myTeam','myTeam-header');
|
|
|
|
|
this.vacationRuleTitle = this.ts.trPK('vacation-rule','vacationRule');
|
|
|
|
|
// this.myTeamIcon="assets/icon/new-design/leave_balance.png";
|
|
|
|
|
// this.vacationRuleIcon="assets/icon/new-design/vacation_rules_icon.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ionViewWillEnter() {
|
|
|
|
|
|