|
|
|
|
@ -323,9 +323,9 @@
|
|
|
|
|
<h2 style="font-weight: bold; font-size: 17px;">{{data.name}}</h2>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col size='5' offset='3'>
|
|
|
|
|
<div class='family-member-button' style="height: 32px !important;">
|
|
|
|
|
<div class='family-member-button' style="height: 32px !important;" (click)='updateFunction()'>
|
|
|
|
|
<ion-icon style="width: 20px;" name="create"></ion-icon>
|
|
|
|
|
<p>update</p>
|
|
|
|
|
<p>{{ts.trPK('userProfile','update')}}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
@ -334,9 +334,9 @@
|
|
|
|
|
<ion-label><p style="font-weight: bold; font-size: 17px;">{{data.relation}}</p></ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col size='5' offset='3'>
|
|
|
|
|
<div class='family-member-button' style="height: 32px !important;">
|
|
|
|
|
<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;">Remove</p>
|
|
|
|
|
<p style="color: #CA3332;">{{ts.trPK('userProfile','remove')}}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
|