|
|
|
|
@ -103,7 +103,7 @@
|
|
|
|
|
<ion-item lines="none" style="display: flex;">
|
|
|
|
|
<ion-select style="min-width: 100%; height: 40px; padding-top: 5px;" [(ngModel)]="searchBy" (ionChange)="onChangeSelect($event)">
|
|
|
|
|
<ion-select-option value="1" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, workflow' | translate}}</p></ion-select-option>
|
|
|
|
|
<ion-select-option value="4" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, favorite' | translate}}</p></ion-select-option>
|
|
|
|
|
<!-- <ion-select-option value="4" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, favorite' | translate}}</p></ion-select-option> -->
|
|
|
|
|
<ion-select-option value="2" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, employee-id' | translate}}</p></ion-select-option>
|
|
|
|
|
<ion-select-option value="3" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, employee-email' | translate}}</p></ion-select-option>
|
|
|
|
|
<ion-select-option value="5" ><p style="min-width: 100%; font-size: 11px; font-weight: bold;">{{'replacementRoll, employee-name' | translate}}</p></ion-select-option>
|
|
|
|
|
@ -180,14 +180,14 @@
|
|
|
|
|
<span (click)="select(employee,i)">{{employee.NAME}}</span>
|
|
|
|
|
|
|
|
|
|
</ion-label>
|
|
|
|
|
<div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
<!-- <div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
</div> -->
|
|
|
|
|
<!-- <div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -214,14 +214,14 @@
|
|
|
|
|
<span (click)="select(employee,i)">{{employee.EMPLOYEE_DISPLAY_NAME}}</span>
|
|
|
|
|
|
|
|
|
|
</ion-label>
|
|
|
|
|
<div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
<!-- <div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
</div> -->
|
|
|
|
|
<!-- <div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -263,14 +263,14 @@
|
|
|
|
|
<!-- <br>{{employee.USER_NAME}}<br>
|
|
|
|
|
{{employee.EMAIL_ADDRESS}} -->
|
|
|
|
|
</ion-label>
|
|
|
|
|
<div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
<!-- <div *ngIf='!employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
</div> -->
|
|
|
|
|
<!-- <div *ngIf='employee.IsFavorite' [ngClass]="direction == 'en' ? 'star-fav' : 'star-fav-left'"
|
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|