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.
19 lines
588 B
HTML
19 lines
588 B
HTML
<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 #containerDivTwo id="containerDivTwo"></div>
|
|
</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> |