projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924511b
)
CRM-12173 Modified approach to use profile ID instead of title to avoid possible...
author
Dave Greenberg
<dave@civicrm.org>
Fri, 22 Mar 2013 19:36:02 +0000
(12:36 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Fri, 22 Mar 2013 19:36:02 +0000
(12:36 -0700)
templates/CRM/UF/Form/Block.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/UF/Form/Block.tpl
b/templates/CRM/UF/Form/Block.tpl
index cb67ab74edbdfc019a11218e51b193646facbaad..f2dc3d309a9707bad7207e0ab6fbafa3a228c607 100644
(file)
--- a/
templates/CRM/UF/Form/Block.tpl
+++ b/
templates/CRM/UF/Form/Block.tpl
@@
-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'}