From fc723d5706daca6bf28b54c7fc3caabb4a1e2445 Mon Sep 17 00:00:00 2001 From: Eileen Date: Sun, 22 Dec 2013 21:08:49 +1300 Subject: [PATCH] html fix-up - replace <-> with >->< --- templates/CRM/Admin/Page/RelationshipType.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Page/RelationshipType.tpl b/templates/CRM/Admin/Page/RelationshipType.tpl index 5bdec1155e..51f711ce08 100644 --- a/templates/CRM/Admin/Page/RelationshipType.tpl +++ b/templates/CRM/Admin/Page/RelationshipType.tpl @@ -26,7 +26,7 @@ {capture assign=customURL}{crmURL p='civicrm/admin/custom/group' q="reset=1"}{/capture} {capture assign=docLink}{docURL page="user/organising-your-data/relationships"}{/capture}
-

{ts}Relationship types describe relationships between people, households and organizations. Relationship types labels describe the relationship from the perspective of each of the two entities (e.g. Parent <-> Child, Employer <-> Employee). For some types of relationships, the labels may be the same in both directions (e.g. Spouse <-> Spouse).{/ts} {$docLink}

+

{ts}Relationship types describe relationships between people, households and organizations. Relationship types labels describe the relationship from the perspective of each of the two entities (e.g. Parent >-< Child, Employer >-< Employee). For some types of relationships, the labels may be the same in both directions (e.g. Spouse >-< Spouse).{/ts} {$docLink}

{ts 1=$customURL}You can define as many additional relationships types as needed to cover the types of relationships you want to track. Once a relationship type is created, you may also define custom fields to extend relationship information for that type from Administer CiviCRM » Custom Data.{/ts}{help id='id-relationship-types'}

@@ -68,7 +68,7 @@ {if $row.contact_type_b_display} {$row.contact_type_b_display} {if $row.contact_sub_type_b} - {$row.contact_sub_type_b}{/if} {else} {ts}All Contacts{/ts} {/if} - {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} + {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id} {/foreach} -- 2.25.1