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.
38 lines
1.0 KiB
HTML
38 lines
1.0 KiB
HTML
<!-- <ion-header>
|
|
<ion-toolbar class="header-toolbar">
|
|
<ion-title color="light">{{'worklist, note' | translate}}</ion-title>
|
|
<ion-buttons slot="primary">
|
|
<ion-button style="background: none !important;" (click)="closeModal()">
|
|
<ion-icon slot="icon-only" name="close"></ion-icon>
|
|
</ion-button>
|
|
</ion-buttons>
|
|
|
|
</ion-toolbar>
|
|
</ion-header> -->
|
|
|
|
<ion-content padding>
|
|
|
|
<ion-row>
|
|
<ion-col col-1>
|
|
<img style="width:35%" src="../assets/imgs/noteLarge.png">
|
|
|
|
</ion-col>
|
|
<ion-col col-10 style="margin-left: -53px;margin-top: -14px;">
|
|
<p class="">{{getSenderNote}}</p>
|
|
|
|
</ion-col>
|
|
<ion-col col-1
|
|
style="margin-right: -22px;margin-top: -10px;">
|
|
<ion-button class="closeIcon" (click)="closeModal()">
|
|
<!-- <ion-icon slot="icon-only" name="close"></ion-icon> -->
|
|
<img src="../assets/imgs/close.png">
|
|
|
|
</ion-button>
|
|
</ion-col>
|
|
|
|
</ion-row>
|
|
|
|
<div>
|
|
<p class="">{{getTextNote}}</p>
|
|
</div>
|
|
</ion-content> |