From 79d954ae59102fc769af7454d57729e12c32d747 Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 8 Oct 2013 03:42:48 +0530 Subject: [PATCH] more UI changes to search screen --- templates/CRM/Activity/Form/Search.tpl | 51 +++++++++++-------- templates/CRM/Activity/Form/Search/Common.tpl | 10 +--- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/templates/CRM/Activity/Form/Search.tpl b/templates/CRM/Activity/Form/Search.tpl index 3d636b4820..2a92179aa0 100644 --- a/templates/CRM/Activity/Form/Search.tpl +++ b/templates/CRM/Activity/Form/Search.tpl @@ -25,31 +25,40 @@ *} {* Search form and results for Activities *}
-
-
- {ts}Edit Search Criteria{/ts} -
-
-
- {strip} - - - - +
+
+ {ts}Edit Search Criteria{/ts} +
+ +
+
+ {strip} +
- {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'}   {$form.buttons.html} -
+ + + - {include file="CRM/Activity/Form/Search/Common.tpl"} + {include file="CRM/Activity/Form/Search/Common.tpl"} - - - -
+ {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'} +    {$form.buttons.html} +
+
{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.buttons.html}
- {/strip} + + {$form.buttons.html} + + + {/strip} +
+
- - {if $rowsEmpty || $rows }
diff --git a/templates/CRM/Activity/Form/Search/Common.tpl b/templates/CRM/Activity/Form/Search/Common.tpl index 28730b37a3..66ae230c74 100644 --- a/templates/CRM/Activity/Form/Search/Common.tpl +++ b/templates/CRM/Activity/Form/Search/Common.tpl @@ -25,7 +25,7 @@ *} - {$form.activity_role.html} + {$form.activity_role.html} ({ts}Complete OR partial name{/ts} - {ts} of the Source Contact{/ts} - {ts} of the Assignee Contact{/ts} - {ts} of the Target Contact{/ts} -
- -- 2.25.1