From 8cc24f786857c1cd7c760b050610a94c5d286c24 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 29 Oct 2013 13:26:47 -0700 Subject: [PATCH] CRM-13673 - Activity.tpl - Make swap assignee/target button less obtrusive --- templates/CRM/Activity/Form/Activity.tpl | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/templates/CRM/Activity/Form/Activity.tpl b/templates/CRM/Activity/Form/Activity.tpl index 88abbdff6d..de2ff09dec 100644 --- a/templates/CRM/Activity/Form/Activity.tpl +++ b/templates/CRM/Activity/Form/Activity.tpl @@ -151,19 +151,6 @@ {/if} - {if $action neq 4} - - - - - -
{ts}Swap Target and Assignee Contacts{/ts} -
- - - - {/if} - {if $action eq 4} {ts}Assigned To{/ts} @@ -173,7 +160,13 @@ {else} {ts}Assigned To{/ts} - {$form.assignee_contact_id.html} + +
+ +
+
+
+ {$form.assignee_contact_id.html} {edit} {ts}You can optionally assign this activity to someone. Assigned activities will appear in their Activities listing at CiviCRM Home.{/ts} {if $activityAssigneeNotification} -- 2.25.1