You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
534 B
HTML
18 lines
534 B
HTML
|
4 years ago
|
<ion-content>
|
||
|
|
<div class="head-title">
|
||
|
|
|
||
|
|
<app-generic-header showImage="false" showBack="true" [headerText]="'general,termination' | translate">
|
||
|
|
</app-generic-header>
|
||
|
|
</div>
|
||
|
|
<div class="header"></div>
|
||
|
|
<div class="bottom"></div>
|
||
|
|
<div #containerDiv id="containerDiv">
|
||
|
|
</div>
|
||
|
|
</ion-content>
|
||
|
|
|
||
|
|
<ion-footer>
|
||
|
|
<div class="centerDiv">
|
||
|
|
<ion-button class="addEitOkButton" color="customnavy" ion-button (click)="validateTransaction()">
|
||
|
|
{{'vacation-rule, next-label' | translate}}</ion-button>
|
||
|
|
</div>
|
||
|
|
</ion-footer>
|