|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid lightgray; border-radius: 100px; width: 100%;">
|
|
|
|
|
<ion-grid style="height: 50px; padding: 1px 1px 1px 1px;">
|
|
|
|
|
<ion-grid style="height: 54px; padding: 1px 1px 1px 1px;">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col size="7">
|
|
|
|
|
<div *ngIf="isFilter" style="height: 0px;">
|
|
|
|
|
@ -192,7 +192,7 @@
|
|
|
|
|
<!-- <div [hidden]="isAnswer==true"
|
|
|
|
|
*ngIf="favoriteUserList.length> 0 && !userSelected && ReplacementList.length ==0 && searchBy == '4'"> -->
|
|
|
|
|
<div style="width: 90%; float: left;" [hidden]="isAnswer==true" *ngIf="favoriteUserList.length >0 && !userSelected && searchBy === '4'">
|
|
|
|
|
<div class="uk-margin">
|
|
|
|
|
<div class="uk-margin" style="margin: -21px 15px 0px 15px !important;">
|
|
|
|
|
{{'replacementRoll, favorite' | translate}}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -222,16 +222,16 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div *ngIf="favLetter.length > 0 && searchBy == '4' && favoriteUserList.length === 0">
|
|
|
|
|
<div style="padding-top: 190px;" *ngIf="favLetter.length > 0 && searchBy == '4' && favoriteUserList.length === 0">
|
|
|
|
|
<ion-label>
|
|
|
|
|
<p style="text-align: center;">
|
|
|
|
|
<p style="text-align: center; text-align: center; font-size: 20px; padding: 0px 35px 20px 0px;">
|
|
|
|
|
{{'general, fav-showData' | translate}}
|
|
|
|
|
</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="favoriteUserList.length === 0 && searchBy == '4' && favLetter.length ===0">
|
|
|
|
|
<ion-label>
|
|
|
|
|
<p style="text-align: center;">
|
|
|
|
|
<p style="text-align: center; font-size: 20px; padding: 0px 35px 20px 0px;">
|
|
|
|
|
{{'general, fav-noData' | translate}}
|
|
|
|
|
</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
|