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.
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
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> -->
|
||
|
|
<div>
|
||
|
|
<ion-card class="result-container" (click)="openRequestDetailsPage()">
|
||
|
|
<ion-card-content>
|
||
|
|
<ion-row style="margin-left: -3px; margin-right: -9px;">
|
||
|
|
<ion-col class="text">Complaints</ion-col>
|
||
|
|
<ion-col class="date">{{ts.trPK('userProfile','postedDate')}} May2,2021</ion-col>
|
||
|
|
</ion-row>
|
||
|
|
<ion-row>There is some Complaints</ion-row>
|
||
|
|
<ion-row style="margin-top: 5px;">Pending</ion-row>
|
||
|
|
</ion-card-content>
|
||
|
|
</ion-card>
|
||
|
|
</div>
|
||
|
|
</ion-content>
|
||
|
|
<ion-footer class="footer">
|
||
|
|
<div class="Btn">
|
||
|
|
<ion-button class="CreateBtn" (click)="openHRRequestPage()" >{{ts.trPK('userProfile','createHR-Request')}}</ion-button>
|
||
|
|
</div>
|
||
|
|
</ion-footer>
|
||
|
|
|