From 16a89e07f20cb5583c5a7a370fc07eacb036f737 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Mon, 27 Jul 2020 00:03:32 +0100 Subject: [PATCH] Wrap multi record custom field inside a div --- templates/CRM/Profile/Form/Dynamic.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Profile/Form/Dynamic.tpl b/templates/CRM/Profile/Form/Dynamic.tpl index 206ec5444d..889e9df8e3 100644 --- a/templates/CRM/Profile/Form/Dynamic.tpl +++ b/templates/CRM/Profile/Form/Dynamic.tpl @@ -203,8 +203,10 @@ {if ($action eq 1 and $mode eq 4 ) or ($action eq 2) or ($action eq 8192)} {if $action eq 2 and $multiRecordFieldListing} - {include file="CRM/Profile/Page/MultipleRecordFieldsListing.tpl" showListing=true} - {assign var=floatStyle value='float:right'} +
+ {include file="CRM/Profile/Page/MultipleRecordFieldsListing.tpl" showListing=true} + {assign var=floatStyle value='float:right'} +
{/if}
{include file="CRM/common/formButtons.tpl"}{if $isDuplicate}{$form._qf_Edit_upload_duplicate.html}{/if} -- 2.25.1