From 091d24a98999b2de67e9a2a70c6dc7eddc03ee35 Mon Sep 17 00:00:00 2001 From: Mukesh Date: Fri, 14 Sep 2018 18:47:49 +0530 Subject: [PATCH] SHOR-10: Fixed wrapper --- templates/CRM/Contact/Form/Task.tpl | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/templates/CRM/Contact/Form/Task.tpl b/templates/CRM/Contact/Form/Task.tpl index 0efcdcc2f2..71d863f4e5 100644 --- a/templates/CRM/Contact/Form/Task.tpl +++ b/templates/CRM/Contact/Form/Task.tpl @@ -27,22 +27,23 @@ {if $searchtype eq 'ts_sel'}
- - - - - - - - - {foreach from=$value item='row'} - - +
+
{ts}Name{/ts}
{$row}
+ + + - {/foreach} - -
{ts}Name{/ts}
+ + + {foreach from=$value item='row'} + + {$row} + + {/foreach} + + +

{ts}View Selected Contacts{/ts} {/if} -- 2.25.1