|
|
|
@ -1,20 +1,18 @@
|
|
|
|
<ion-header>
|
|
|
|
<ion-header>
|
|
|
|
<!-- <ion-toolbar>
|
|
|
|
|
|
|
|
<nav-buttons></nav-buttons>
|
|
|
|
|
|
|
|
<ion-title>{{ 'general,vacation-rule' | translate}}</ion-title>
|
|
|
|
|
|
|
|
</ion-toolbar> -->
|
|
|
|
|
|
|
|
<ion-toolbar class="header-toolbar">
|
|
|
|
<ion-toolbar class="header-toolbar">
|
|
|
|
|
|
|
|
<nav-buttons></nav-buttons>
|
|
|
|
|
|
|
|
<ion-title color="light">{{ 'general,vacation-rule' | translate}}</ion-title>
|
|
|
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
|
|
|
<!-- <ion-toolbar class="header-toolbar">
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
<ion-back-button color="light" class="btnBack"></ion-back-button>
|
|
|
|
<ion-back-button color="light" class="btnBack"></ion-back-button>
|
|
|
|
</ion-buttons>
|
|
|
|
</ion-buttons>
|
|
|
|
<ion-title color="light">{{ 'general,vacation-rule' | translate}}</ion-title>
|
|
|
|
<ion-title color="light">{{ 'general,vacation-rule' | translate}}</ion-title>
|
|
|
|
</ion-toolbar>
|
|
|
|
</ion-toolbar> -->
|
|
|
|
</ion-header>
|
|
|
|
</ion-header>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-content padding>
|
|
|
|
<ion-content padding>
|
|
|
|
<div style="padding: 0 10px;" [innerHTML]='"vacation-rule, main-heading" | translate'></div>
|
|
|
|
<div style="padding: 0 10px;" [innerHTML]='"vacation-rule, main-heading" | translate'></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<ion-card *ngFor="let item of GetVacationRulesList; let i = index;">
|
|
|
|
<ion-card *ngFor="let item of GetVacationRulesList; let i = index;">
|
|
|
|
<ion-card-header class="boxHdr">
|
|
|
|
<ion-card-header class="boxHdr">
|
|
|
|
<ion-grid no-padding>
|
|
|
|
<ion-grid no-padding>
|
|
|
|
@ -77,6 +75,10 @@
|
|
|
|
</ion-card-content>
|
|
|
|
</ion-card-content>
|
|
|
|
|
|
|
|
|
|
|
|
</ion-card>
|
|
|
|
</ion-card>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-footer>
|
|
|
|
|
|
|
|
<div class="centerDiv">
|
|
|
|
|
|
|
|
<ion-button class="footer-button" color="customnavy" ion-button (click)="Vaction_Type()">{{'vacation-rule, create-rule' | translate}}</ion-button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</ion-footer>
|