Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.4.0
-
Component/s: None
-
Labels:None
Description
Hi,
I have civicrm groups being outputted on the Drupal register form. However the civicrm template has too many <divs resulting in the layout messed up.
I found the fix the issue in /templates/CRM/Profile/Form/Dynamic.tpl
The following code seemed to be in the wrong place:
<div
{if $context neq 'dialog'}id="profilewrap{$field.group_id}"
{/if}>. Looking at the later version of the code this has been moved outside the if compared to early versions where it was in the elseif which previously worked.
Attachments
Issue Links
- is duplicated by
-
CRM-13488 Stray div tag in Profiles
- Done/Fixed