Skip to content

Commit

Permalink
Tidy up help texts on relationship tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Sep 10, 2018
1 parent bcac27d commit 612ce87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/CRM/Contact/Page/View/Relationship.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@

{* display current relationships *}
<h3>{ts}Current Relationships{/ts}</h3>
{include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="current"}
<div id="permission-legend" class="crm-content-block">
<span class="label">Permissioned Relationships: </span>
<div id="permission-legend" class="crm-content-block help">
<span class="crm-label">Permissioned Relationships: </span>
{include file="CRM/Contact/Page/View/RelationshipPerm.tpl" permType=1 afterText=true}
</div>
{include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="current"}

<div class="spacer"></div>
{* display past relationships *}
<h3 class="font-red">{ts}Inactive Relationships{/ts}</h3>
<div class="description">{ts}These relationships are Disabled OR have a past End Date.{/ts}</div>
<div class="help">{ts}These relationships are Disabled OR have a past End Date.{/ts}</div>
{include file="CRM/Contact/Page/View/RelationshipSelector.tpl" context="past"}
</div>

Expand Down

0 comments on commit 612ce87

Please sign in to comment.