From aee9e297ffe8428be7d4f6236f18d4291294cc0f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 20:44:14 -0500 Subject: [PATCH] CRM-15603 - Standardize case of 'View Contact Details' --- templates/CRM/Case/Form/Selector.tpl | 2 +- .../CRM/Contact/Form/Search/Custom/FullText.tpl | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Case/Form/Selector.tpl b/templates/CRM/Case/Form/Selector.tpl index 7377dc66f4..7e1a07d7a8 100644 --- a/templates/CRM/Case/Form/Selector.tpl +++ b/templates/CRM/Case/Form/Selector.tpl @@ -72,7 +72,7 @@ {if !$single} - {$row.sort_name}{if $row.phone}
{$row.phone}{/if}
{ts}Case ID{/ts}: {$row.case_id} + {$row.sort_name}{if $row.phone}
{$row.phone}{/if}
{ts}Case ID{/ts}: {$row.case_id} {/if} {$row.case_subject} diff --git a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl index 8360b5aae2..95fd7fee12 100644 --- a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl @@ -67,7 +67,7 @@ {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {if $allowFileSearch}{$row.fileHtml}{/if} {ts}View{/ts} @@ -114,15 +114,15 @@ {$row.details|escape} {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {$row.target_sort_name} + title="{ts}View Contact Details{/ts}">{$row.target_sort_name} {$row.assignee_sort_name} + title="{ts}View Contact Details{/ts}">{$row.assignee_sort_name} {if $allowFileSearch}{$row.fileHtml}{/if} @@ -173,7 +173,7 @@ {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {$row.case_start_date|crmDate:"%b %d, %Y %l:%M %P"} {$row.case_end_date|crmDate:"%b %d, %Y %l:%M %P"} @@ -233,7 +233,7 @@ {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {$row.contribution_total_amount|crmMoney} {$row.financial_type} @@ -288,7 +288,7 @@ {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {$row.event_title} {$row.participant_fee_level} @@ -344,7 +344,7 @@ {$row.sort_name} + title="{ts}View Contact Details{/ts}">{$row.sort_name} {$row.membership_type} {$row.membership_fee|crmMoney} -- 2.25.1