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.
39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
<ion-content padding>
|
|
|
|
<!--
|
|
<ion-col col-1
|
|
style="margin-right: -22px;margin-top: -10px;">
|
|
<ion-button class="closeIcon" (click)="closeModal()">
|
|
<img src="../assets/imgs/close.png">
|
|
|
|
</ion-button>
|
|
</ion-col> -->
|
|
|
|
|
|
<h2><div class="Header">Confirmation</div></h2>
|
|
|
|
<div>
|
|
<div *ngIf="submitAbsAttachmentList.length==0" class="labelcheck" lines="none" style="text-align: center;">
|
|
No Attachment
|
|
</div>
|
|
<div *ngIf="absComments==''" class="labelcheck" style="text-align: center;margin-bottom: 5px;padding-bottom: 16px;">
|
|
No Note
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<ion-footer style="border-top: 2px solid grey !important;">
|
|
<ion-row class="rowBtn">
|
|
<ion-label class="labelRadio">Are you sure you want to submit</ion-label>
|
|
<ion-button class="submitOkButton" (click)="OkBtnModal()"> {{ts.trPK('general','ok')}}
|
|
</ion-button>
|
|
</ion-row>
|
|
|
|
<ion-row class="rowBtn">
|
|
<ion-button class="submitCancelButton" (click)="closeModal()"> {{ts.trPK('general','cancel')}}
|
|
</ion-button>
|
|
|
|
</ion-row>
|
|
</ion-footer>
|
|
</ion-content>
|
|
|