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.4 KiB
HTML
35 lines
1.4 KiB
HTML
<ion-header no-border>
|
|
<ion-toolbar class="header-toolbar-new">
|
|
<ion-row style="padding: 0; margin: 0;">
|
|
<ion-col [size]="2" style="padding: 0;">
|
|
<nav-buttons [enableMenu]="showMenu" [enableBack]="showBack" [navigate]="navigate" [backLink]="backLink"></nav-buttons>
|
|
</ion-col>
|
|
<ion-col [size]="8" style="padding: 0;" *ngIf="headerText != ''">
|
|
<span class="ion-title">{{headerText}}</span>
|
|
</ion-col>
|
|
<ion-col *ngIf="showImage" [size]="2" (click)="openProfilePage()" style="padding: 0;">
|
|
<div class="profile-image-container">
|
|
<img [src]="userImage"/>
|
|
</div>
|
|
</ion-col>
|
|
|
|
<!-- *ngIf="getPassdirfromNotifiPage == true" -->
|
|
<ion-col *ngIf="updateDirection" [size]="2" style="padding: 0;" (click)="closeModal()">
|
|
<div class="profile-image-container">
|
|
<img style="
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: 5px;"
|
|
[src]="close"
|
|
/>
|
|
</div>
|
|
<!-- <ion-buttons slot="primary" >
|
|
<ion-button style="background: red !important;">
|
|
<ion-icon slot="icon-only" name="close"></ion-icon>
|
|
</ion-button>
|
|
</ion-buttons> -->
|
|
</ion-col>
|
|
|
|
</ion-row>
|
|
</ion-toolbar>
|
|
</ion-header> |