|
|
|
@ -180,14 +180,14 @@
|
|
|
|
<span (click)="select(employee,i)">{{employee.NAME}}</span>
|
|
|
|
<span (click)="select(employee,i)">{{employee.NAME}}</span>
|
|
|
|
|
|
|
|
|
|
|
|
</ion-label>
|
|
|
|
</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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -214,14 +214,14 @@
|
|
|
|
<span (click)="select(employee,i)">{{employee.EMPLOYEE_DISPLAY_NAME}}</span>
|
|
|
|
<span (click)="select(employee,i)">{{employee.EMPLOYEE_DISPLAY_NAME}}</span>
|
|
|
|
|
|
|
|
|
|
|
|
</ion-label>
|
|
|
|
</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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -263,14 +263,14 @@
|
|
|
|
<!-- <br>{{employee.USER_NAME}}<br>
|
|
|
|
<!-- <br>{{employee.USER_NAME}}<br>
|
|
|
|
{{employee.EMAIL_ADDRESS}} -->
|
|
|
|
{{employee.EMAIL_ADDRESS}} -->
|
|
|
|
</ion-label>
|
|
|
|
</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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
<img src="assets/imgs/fav.svg" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<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)">
|
|
|
|
(click)="setFavorite(employee)">
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
<img src="assets/imgs/fav filled.svg" />
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -310,16 +310,16 @@
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<div class="centerDiv">
|
|
|
|
<div class="centerDiv">
|
|
|
|
<ion-button *ngIf="userSelected ==true" class="footer-button"
|
|
|
|
<ion-button *ngIf="userSelected ==true" class="footer-button"
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; --border-radius: 10px; " ion-button
|
|
|
|
(click)="submitAction()">
|
|
|
|
(click)="submitAction()">
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-button *ngIf="isAnswer" class="footer-button"
|
|
|
|
<ion-button *ngIf="isAnswer" class="footer-button"
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
style="background: var(--newgreen)!important;border-radius: 10px; --background: transparent; --border-radius: 10px; " ion-button
|
|
|
|
(click)="submitAction()">
|
|
|
|
(click)="submitAction()">
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
{{'general, submit' | translate}}</ion-button>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-button class="footer-button" style="border-radius: 10px; --background: transparent; " ion-button
|
|
|
|
<ion-button class="footer-button" style="border-radius: 10px; --background: transparent; --border-radius: 10px; " ion-button
|
|
|
|
(click)="closeModal()">
|
|
|
|
(click)="closeModal()">
|
|
|
|
{{'general, cancel' | translate}}</ion-button>
|
|
|
|
{{'general, cancel' | translate}}</ion-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|