Completed MM-212

master
umasoodch 6 years ago
parent c11ff4a409
commit 196ec6c9e9

@ -1,12 +1,7 @@
<ion-header >
<ion-toolbar class="header-toolbar-new">
<ion-title color="light"> {{ts.trPK('submitAbsenceConfirm','submitAbsenceConfirm')}}</ion-title>
<ion-buttons slot="start">
<nav-buttons></nav-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header>
<app-generic-header
showBack="true"
[headerText]="'submitAbsenceConfirm, submitAbsenceConfirm' | translate">
</app-generic-header>
<ion-content>

@ -8,9 +8,10 @@ ion-title{
text-align: center;
left: 15%;
right: 15%;
font-size: 0.42cm;
font-size: 0.5cm;
font-weight: bold;
height: 100%;
font-family: WorkSans-Regular;
}
.contentBg{
padding: 0px 20px;

@ -1,11 +1,3 @@
<!-- <ion-header>
<ion-toolbar class="header-toolbar-new">
<ion-title color="light">{{ts.trPK('myTeam','myTeam-header')}}</ion-title>
<ion-buttons slot="start">
<nav-buttons></nav-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header> -->
<app-generic-header
showBack="true"
backLink="/home"

@ -1,32 +1,10 @@
<!-- <ion-header>
<div class="profileHead">
<ion-toolbar class="header-toolbar">
<ion-buttons slot="start">
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button>
</ion-buttons>
<ion-title color="light" > {{ts.trPK('userProfile','title')}}</ion-title>
</ion-toolbar>
</div>
</ion-header> -->
<ion-header >
<ion-toolbar class="header-toolbar-new">
<ion-title color="light">{{ts.trPK('userProfile','title')}}</ion-title>
<ion-buttons slot="start">
<nav-buttons></nav-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header>
<app-generic-header
showBack="true"
[headerText]="'userProfile, title' | translate">
</app-generic-header>
<ion-content class="colorBG">
<div class="header-div">
<!-- <ion-buttons slot="start">
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button>
</ion-buttons>
<p class="proTitles">{{ts.trPK('userProfile','title')}}</p> -->
<!-- <div class="centerDiv profileDiv"> -->
<div class="centerDiv homeBox">
<div class="centerDiv homeBox">
<!-- <div class="profileDiv"> -->

@ -1,11 +1,7 @@
<ion-header >
<ion-toolbar class="header-toolbar-new">
<ion-title color="light">{{ts.trPK('userProfile','performance')}}</ion-title>
<ion-buttons slot="start">
<nav-buttons></nav-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header>
<app-generic-header
showBack="true"
[headerText]="'userProfile, performance' | translate">
</app-generic-header>
<ion-content class="colorBG">
<div class="header-div">

@ -1,13 +1,7 @@
<ion-header>
<ion-toolbar class="header-toolbar-new">
<ion-title color="light">{{ 'vacation-rule, vacation-type' | translate}}</ion-title>
<ion-buttons slot="start">
<!-- <ion-back-button color="light" class="btnBack" defaultHref="/vacation-rule/home" ></ion-back-button> -->
<nav-buttons></nav-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header>
<app-generic-header
showBack="true"
[headerText]="'vacation-rule, vacation-type' | translate">
</app-generic-header>
<ion-content class="colorBG" padding>

Loading…
Cancel
Save