@ -124,9 +124,9 @@
< div [ ngClass ] = ' profileProgress > = 50 & & profileProgress >= 75? "profile-green":"profile-gray"'>< / div >
< div [ ngClass ] = ' profileProgress > = 85 ? "profile-green":"profile-gray"'>< / div >
< / div >
< div style = "margin-left: 20px; margin-top: 5px; font-size: 13px;" > {{ts.trPK('userProfile','profile-compitation')}} {{profileProgress}}%< / div >
< div * ngIf = "familyMemberSegment" style = "margin-left: 20px; margin-top: 5px; font-size: 13px;" > Add or update information about your beneficarie of dependants < br >
Note: People you enter here become dependants or beneficiaries only after you complete benefits enrollment < / div >
< div [ ngClass ] = ' direction = == " ltr " ? " profile-compilation-en " : " profile-compilation-ar " ' > {{ts.trPK('userProfile','profile-compitation')}} {{profileProgress}}%< / div >
< div * ngIf = "familyMemberSegment" [ ngClass ] = ' direction = == " ltr " ? " profile-note-en " : " profile-note-ar " ' > {{ts.trPK('userProfile','note-part-1')}}< br >
{{ts.trPK('userProfile','note-part-2')}} < / div >
< ion-card * ngIf = "personalInfoSegment" [ ngClass ] = " direction = == ' ltr ' ? ' card-size-info-en ' : ' card-size-info-ar ' " >
< ion-card-content >
@ -322,7 +322,7 @@
< ion-col size = '4' >
< h2 style = "font-weight: bold; font-size: 17px;" > {{data.name}}< / h2 >
< / ion-col >
< ion-col size = '5' offset = '3 '>
< ion-col [ size ] = ' direction = == " ltr " ? 5 : 8 ' [ offset ] = ' direction = == " ltr " ? 3 : 0 '>
< div class = 'family-member-button' style = "height: 32px !important;" ( click ) = ' updateFunction ( ) ' >
< ion-icon style = "width: 20px;" name = "create" > < / ion-icon >
< p > {{ts.trPK('userProfile','update')}}< / p >
@ -333,7 +333,7 @@
< ion-col size = '4' >
< ion-label > < p style = "font-weight: bold; font-size: 17px;" > {{data.relation}}< / p > < / ion-label >
< / ion-col >
< ion-col size = '5' offset = '3 '>
< ion-col [ size ] = ' direction = == " ltr " ? 5 : 8 ' [ offset ] = ' direction = == " ltr " ? 3 : 0 '>
< div class = 'family-member-button' style = "height: 32px !important;" ( click ) = ' RemoveFunction ( ) ' >
< ion-icon name = "trash" style = "width: 20px; height: 20px; color: #CA3332;" > < / ion-icon >
< p style = "color: #CA3332;" > {{ts.trPK('userProfile','remove')}}< / p >