From 14016388aac35c804e41028a70ce882041610a95 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 7 Oct 2013 07:49:06 -0400 Subject: [PATCH] Activity Search Form: make the activity_role more obvious by placing it under the contact name field, to which it relates. --- templates/CRM/Activity/Form/Search/Common.tpl | 62 ++++++++++--------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/templates/CRM/Activity/Form/Search/Common.tpl b/templates/CRM/Activity/Form/Search/Common.tpl index 4d256f02b5..28730b37a3 100644 --- a/templates/CRM/Activity/Form/Search/Common.tpl +++ b/templates/CRM/Activity/Form/Search/Common.tpl @@ -23,6 +23,26 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} + + + {$form.activity_role.html} + + ( + {ts}clear{/ts} + ) + + +
+
{ts}Complete OR partial name{/ts} + {ts} of the Source Contact{/ts} + {ts} of the Assignee Contact{/ts} + {ts} of the Target Contact{/ts} +
+
+ + {if $form.activity_type_id} @@ -49,16 +69,16 @@ {/if} -{if $form.activity_tags } +{if $form.activity_tags} -
+
{foreach from=$form.activity_tags item="tag_val"}
{$tag_val.html}
{/foreach} - {else} +{else}   {/if} @@ -69,24 +89,18 @@ - {$form.activity_role.html} - - ( - {ts}clear{/ts} - ) - - -
-
{ts}Complete OR partial name{/ts} - {ts} of the Source Contact{/ts} - {ts} of the Assignee Contact{/ts} - {ts} of the Target Contact{/ts} -
-
+ {$form.activity_subject.label}
+ {$form.activity_subject.html|crmAddClass:big} + {$form.activity_status.label}
+ {$form.activity_status.html} + + + + {* td intentionally left blank to align the 'is test' widget on the right *} + + {$form.activity_test.label} {help id="is-test" file="CRM/Contact/Form/Search/Advanced"}   {$form.activity_test.html} @@ -94,16 +108,6 @@ - - - {$form.activity_subject.label}
- {$form.activity_subject.html|crmAddClass:big} - - - {$form.activity_status.label}
- {$form.activity_status.html} - - {include file="CRM/common/Tag.tpl" tagsetType='activity'} -- 2.25.1