Skip to content
Snippets Groups Projects
Commit 329d56ae authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1327 from davecivicrm/CRM-13111

CRM-1311 Improved inline help for Honoree section.
parents f101cb40 90ce5e25
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@
<td colspan="3">
{$form.honor_type_id.html}
<span class="crm-clear-link">(<a href="#" title="unselect" onclick="unselectRadio('honor_type_id', '{$form.formName}'); enableHonorType(); return false;">{ts}clear{/ts}</a>)</span><br />
<span class="description">{ts}Please include the name, and / or email address of the person you are honoring.{/ts}</span>
<span class="description">{ts}Select an option to reveal honoree information fields.{/ts}</span>
</td>
</tr>
{/if}
......
......@@ -200,7 +200,7 @@
<div class="content" >
{$form.honor_type_id.html}
<span class="crm-clear-link">(<a href="#" title="unselect" onclick="unselectRadio('honor_type_id', '{$form.formName}');enableHonorType(); return false;">{ts}clear{/ts}</a>)</span>
<div class="description">{ts}Please include the name, and / or email address of the person you are honoring.{/ts}</div>
<div class="description">{ts}Select an option to reveal honoree information fields.{/ts}</div>
</div>
</div>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment