|
|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
<ion-header *ngIf="!messageSuccess">
|
|
|
|
|
<ion-toolbar class="header-toolbar-new">
|
|
|
|
|
<ion-title color="light"> {{ts.trPK('worklistMain','title')}}</ion-title>
|
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
|
<nav-buttons backLink="/notification/homepage"></nav-buttons>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
</ion-header>
|
|
|
|
|
<app-generic-header
|
|
|
|
|
*ngIf="!messageSuccess"
|
|
|
|
|
showBack="true"
|
|
|
|
|
backLink="/notification/homepage"
|
|
|
|
|
[headerText]="'worklistMain,title' | translate">
|
|
|
|
|
</app-generic-header>
|
|
|
|
|
|
|
|
|
|
<ion-content class="colorBG">
|
|
|
|
|
<div *ngIf="!messageSuccess">
|
|
|
|
|
<!-- add segemnt part -->
|
|
|
|
|
|