From aea7806247a30b55af7007bde3c5104e40c2ce76 Mon Sep 17 00:00:00 2001 From: "Matthew Wire (MJW Consulting)" Date: Mon, 10 Sep 2018 21:11:29 +0100 Subject: [PATCH] Tidy up help texts on relationship tab --- templates/CRM/Contact/Page/View/Relationship.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Contact/Page/View/Relationship.tpl b/templates/CRM/Contact/Page/View/Relationship.tpl index c6e3b6a6a0..0554d513fb 100644 --- a/templates/CRM/Contact/Page/View/Relationship.tpl +++ b/templates/CRM/Contact/Page/View/Relationship.tpl @@ -36,16 +36,16 @@ {* display current relationships *}

{ts}Current Relationships{/ts}

- {include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="current"} -
- Permissioned Relationships: +
+ Permissioned Relationships: {include file="CRM/Contact/Page/View/RelationshipPerm.tpl" permType=1 afterText=true}
+ {include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="current"}
{* display past relationships *}

{ts}Inactive Relationships{/ts}

-
{ts}These relationships are Disabled OR have a past End Date.{/ts}
+
{ts}These relationships are Disabled OR have a past End Date.{/ts}
{include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="past"}
-- 2.25.1