CRM-12173 Modified approach to use profile ID instead of title to avoid possible...
authorDave Greenberg <dave@civicrm.org>
Fri, 22 Mar 2013 19:36:02 +0000 (12:36 -0700)
committerDave Greenberg <dave@civicrm.org>
Fri, 22 Mar 2013 19:36:02 +0000 (12:36 -0700)
templates/CRM/UF/Form/Block.tpl

index cb67ab74edbdfc019a11218e51b193646facbaad..f2dc3d309a9707bad7207e0ab6fbafa3a228c607 100644 (file)
@@ -44,7 +44,7 @@
         {/if}
 
         {if $mode ne 8 && $action ne 1028 && $action ne 4}
-        <fieldset><legend>{$field.groupTitle}</legend>
+        <fieldset class="crm-profile crm-profile-id-{$field.group_id}"><legend>{$field.groupTitle}</legend>
         {/if}
 
         {if $form.formName eq 'Confirm' OR $form.formName eq 'ThankYou'}