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.
23 lines
660 B
HTML
23 lines
660 B
HTML
|
5 years ago
|
|
||
|
|
|
||
|
|
<ion-header>
|
||
|
|
<ion-toolbar class="header-toolbar-new">
|
||
|
|
<ion-buttons slot="start">
|
||
|
|
<nav-buttons (backClick)="goback()" [navigate]="false"></nav-buttons>
|
||
|
|
</ion-buttons>
|
||
|
|
<ion-title style=" color:white; text-align: center;">{{ts.trPK('userProfile','MyHR-request')}}</ion-title>
|
||
|
|
</ion-toolbar>
|
||
|
|
</ion-header>
|
||
|
|
|
||
|
|
<ion-content>
|
||
|
|
<div>
|
||
|
|
<ion-row [ngClass]="direction == 'en' ? 'empty-en':'empty-ar' ">{{ts.trPK('general','empty')}}</ion-row>
|
||
|
|
</div>
|
||
|
|
</ion-content>
|
||
|
|
|
||
|
|
<ion-footer>
|
||
|
|
<div>
|
||
|
|
<ion-button class="sendCodeBtn" (click)="openHRRequestPage()" >{{ts.trPK('userProfile','createHR-Request')}}</ion-button>
|
||
|
|
</div>
|
||
|
|
</ion-footer>
|