CRM-13365 - Removed the extra closing DIV
authorvivekarora <vivek11112@gmail.com>
Mon, 16 Sep 2013 10:28:52 +0000 (15:58 +0530)
committervivekarora <vivek11112@gmail.com>
Mon, 16 Sep 2013 10:28:52 +0000 (15:58 +0530)
----------------------------------------
* CRM-13365: Popups should work in Internet Explorer
  http://issues.civicrm.org/jira/browse/CRM-13365

templates/CRM/Profile/Form/Dynamic.tpl

index c3b46498a3dd48ef029f35345b672df20fad68f1..8ed3c3b7b77b02720604359b7613ac5e74292934 100644 (file)
@@ -234,9 +234,7 @@ function checkResponse(responseText, statusText, xhr, $form) {
         {/if}
       {/if}{* end of main if field name if *}
     {/foreach}
-    </div><!-- end form-layout-compressed for last profile --> {* closing main form layout div when all the fields are built*}
-
-
+   
     {if $isCaptcha && ( $mode eq 8 || $mode eq 4 || $mode eq 1 ) }
       {include file='CRM/common/ReCAPTCHA.tpl'}
       <script type="text/javascript">cj('.recaptcha_label').attr('width', '140px');</script>