From b1faea8b603ec56ac30aca89f4a6cc5cadd05d7d Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 7 Aug 2013 11:25:48 +1200 Subject: [PATCH] CRM-13162 make table for disabled relationships show the same fields as enabled relationships on relationship tab --- .../CRM/Contact/Page/View/Relationship.tpl | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Contact/Page/View/Relationship.tpl b/templates/CRM/Contact/Page/View/Relationship.tpl index d95737be5e..056310bc76 100644 --- a/templates/CRM/Contact/Page/View/Relationship.tpl +++ b/templates/CRM/Contact/Page/View/Relationship.tpl @@ -147,12 +147,15 @@ {ts}Relationship{/ts} + {ts}Start{/ts} + {ts}End{/ts} {ts}City{/ts} {ts}State/Prov{/ts} + {ts}Email{/ts} {ts}Phone{/ts} - {ts}End Date{/ts} + {foreach from=$inactiveRelationships item=rel} @@ -168,12 +171,15 @@ {if $rel.description}

{$rel.description}

{/if} {$rel.name} - {$rel.city} - {$rel.state} - {$rel.phone} - {$rel.end_date} - {$rel.action|replace:'xx':$rel.id} - {$rel.end_date|crmDate} + {$rel.start_date} + {$rel.end_date} + {$rel.city} + {$rel.state} + {$rel.email} + {$rel.phone} + {$rel.action|replace:'xx':$rel.id} + {$rel.start_date|crmDate} + {$rel.end_date|crmDate} {/foreach} -- 2.25.1