Skip to content

Commit

Permalink
Pastoral member list update
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Apr 13, 2024
1 parent cf96e92 commit e5381c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/js/pastoralcare/PastoralCareMembersList.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(function() {
if (window.CRM.bThumbnailIconPresence) {
res += '<img src="/api/persons/' + full.Id + '/thumbnail" alt="User Image" class="user-image initials-image" width="35" height="35"> ';
}
return res + '<a href="' + window.CRM.root + "/v2/pastoralcare/person/" + full.Id + '">'+ data + '</a> ('+ i18next.t("Family Name") +' : <a href="' + window.CRM.root + "/v2/pastoralcare/family/" + full.FamilyId + '">' + full.FamilyName + "</a>)";
return res + '<img src="' + window.CRM.root + '/Images/Person.png" class="initials-image direct-chat-img " width="50" height="50"> <a href="' + window.CRM.root + "/v2/pastoralcare/person/" + full.Id + '">'+ data + '</a> ('+ i18next.t("Family Name") +' : <a href="' + window.CRM.root + "/v2/pastoralcare/family/" + full.FamilyId + '">' + full.FamilyName + "</a>)";
}
},
{
Expand Down

0 comments on commit e5381c6

Please sign in to comment.