From 7b2cfaa2b3a05b017773563aff1821bc9e282116 Mon Sep 17 00:00:00 2001 From: Mathieu Lu Date: Sun, 21 Jan 2024 15:14:29 -0500 Subject: [PATCH] Contact Relationships: alter markup for help texts --- ang/afform/afsearchTabRel.aff.html | 5 ++++- .../SavedSearch_Contact_Summary_Relationships.mgd.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ang/afform/afsearchTabRel.aff.html b/ang/afform/afsearchTabRel.aff.html index 07fb4f4622..40f997a962 100644 --- a/ang/afform/afsearchTabRel.aff.html +++ b/ang/afform/afsearchTabRel.aff.html @@ -1,9 +1,12 @@
-
+
{{:: ts('Permissioned Relationships:') }} {{:: ts('This contact can be viewed by the other.') }} {{:: ts('This contact can be viewed and edited by the other.') }}
+

{{:: ts('Current Relationships') }}

+

{{:: ts('Inactive Relationships') }}

+
{{:: ts('These relationships are Disabled OR have a past End Date.') }}
diff --git a/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php b/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php index 07c853fc3f..822209aa1b 100644 --- a/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php +++ b/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php @@ -293,7 +293,7 @@ return [ 'saved_search_id.name' => 'Contact_Summary_Relationships', 'type' => 'table', 'settings' => [ - 'description' => ts('These relationships are Disabled OR have a past End Date.'), + 'description' => '', 'sort' => [], 'limit' => 50, 'pager' => [ -- 2.25.1