From 1712131ca35c2b025802a1f8ee451e884aee46a8 Mon Sep 17 00:00:00 2001 From: Nileema Date: Mon, 18 Nov 2013 13:29:30 +0530 Subject: [PATCH] -- CRM-13747 CiviCase label and title simplification to increase adaptability ---------------------------------------- * CRM-13747: CiviCase label and title simplification to increase adaptability http://issues.civicrm.org/jira/browse/CRM-13747 --- templates/CRM/Case/Form/CaseView.tpl | 10 +++++----- templates/CRM/Case/Page/DashBoard.tpl | 2 +- templates/CRM/Case/Page/DashboardSelector.tpl | 4 ++-- templates/CRM/Dashlet/Page/CaseDashboard.tpl | 2 +- tests/phpunit/WebTest/Case/CaseDashboardTest.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/CRM/Case/Form/CaseView.tpl b/templates/CRM/Case/Form/CaseView.tpl index a6be1ecd56..1b4c0a191a 100644 --- a/templates/CRM/Case/Form/CaseView.tpl +++ b/templates/CRM/Case/Form/CaseView.tpl @@ -46,7 +46,7 @@ {else} -

{ts}Case Summary{/ts}

+

{ts}Summary{/ts}

{if $multiClient} @@ -119,7 +119,7 @@ {if $hasAccessToAllCases} @@ -142,7 +142,7 @@ {if call_user_func(array('CRM_Core_Permission','giveMeAllACLs'))} -
{$form.activity_type_id.label}
{$form.activity_type_id.html} 
- +
{ts}Assign to Another Client{/ts} + {ts}Assign to Another Contact{/ts} {$form.change_client_id.html|crmAddClass:twenty} {$form._qf_CaseView_next_edit_client.html} @@ -160,7 +160,7 @@