|
|
|
|
@ -7,28 +7,28 @@
|
|
|
|
|
<div class="subjectNotification">{{getPassNotificationDetails.SUBJECT}}</div>
|
|
|
|
|
|
|
|
|
|
<!-- add segemnt part -->
|
|
|
|
|
<ion-segment mode="md" color="secondary" (ionChange)="segmentChanged($event)" [value]="defaultSegment"
|
|
|
|
|
<ion-segment mode="md" color="secondary" (ionChange)="segmentChanged($event)" [value]="activeSegment"
|
|
|
|
|
class="ion-segment-all">
|
|
|
|
|
|
|
|
|
|
<ion-segment-button value="line_details"
|
|
|
|
|
[ngClass]="activeSegment == 'line_details' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label> {{'worklistMain,itemReq'| translate}} </ion-label>
|
|
|
|
|
<ion-label class="no-padding-label margin-left"> {{'worklistMain,itemReq'| translate}} </ion-label>
|
|
|
|
|
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button value="action-history"
|
|
|
|
|
[ngClass]="activeSegment == 'action-history' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label> {{'worklistMain, action' | translate}} </ion-label>
|
|
|
|
|
<ion-label class="no-padding-label"> {{'worklistMain, action' | translate}} </ion-label>
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
|
|
|
|
|
<ion-segment-button value="attach"
|
|
|
|
|
[ngClass]="activeSegment == 'attach' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label> {{'worklistMain, attach-file' | translate}}
|
|
|
|
|
<ion-label class="no-padding-label"> {{'worklistMain, attach-file' | translate}}
|
|
|
|
|
</ion-label>
|
|
|
|
|
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button checked value="info"
|
|
|
|
|
[ngClass]="activeSegment == 'info' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label> {{'worklistMain, info'| translate}} </ion-label>
|
|
|
|
|
<ion-label class="no-padding-label"> {{'worklistMain, info'| translate}} </ion-label>
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-segment>
|
|
|
|
|
|
|
|
|
|
|