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">{{'eit,confirmation' | translate}}</div></h2>
|
|
|
|
<div>
|
|
<div *ngIf="submitAttachmentList.length==0" class="labelcheck" lines="none" style="text-align: center;">
|
|
{{'eit,no-attachment' | translate}}
|
|
</div>
|
|
<div *ngIf="eitComments==''" class="labelcheck" style="text-align: center;margin-bottom: 5px;padding-bottom: 16px;">
|
|
{{'eit,no-note' | translate}}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<ion-footer style="border-top: 1px solid grey !important;">
|
|
<ion-row class="rowBtn">
|
|
<ion-label class="labelRadio">{{'eit,submit' | translate}}</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>
|
|
|