Skip to content
Snippets Groups Projects
Commit 99543b4e authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-13479 : introduced a display column named 'Enabled?' to distinguish...

CRM-13479 : introduced a display column named 'Enabled?' to distinguish between active and in-active relationsip types

----------------------------------------
* CRM-13479: Enabled/Disabled column on the "Relationships Types" admin screen
  http://issues.civicrm.org/jira/browse/CRM-13479
parent 5840b63d
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@
<th>{ts}Relationship B to A{/ts}</th>
<th>{ts}Contact Type A{/ts}</th>
<th>{ts}Contact Type B{/ts}</th>
<th>{ts}Enabled?{/ts}</th>
<th></th>
</tr>
</thead>
......@@ -67,6 +68,7 @@
<td class="crm-relationship-contact_type_b_display">
{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} </td>
<td class="crm-relationship-is_active" id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
<td>{$row.action|replace:'xx':$row.id}</td>
</tr>
{/foreach}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment