From 90ce5e25efa2f8c596f4e513cc1164825b1d35ff Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Sat, 3 Aug 2013 11:34:44 -0700 Subject: [PATCH] CRM-1311 Improved inline help for Honoree section. ---------------------------------------- * CRM-1311: http://issues.civicrm.org/jira/browse/CRM-1311 --- templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl | 2 +- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl b/templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl index 66ae40c0ff..c2f208b620 100644 --- a/templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl +++ b/templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl @@ -31,7 +31,7 @@ {$form.honor_type_id.html} ({ts}clear{/ts})
- {ts}Please include the name, and / or email address of the person you are honoring.{/ts} + {ts}Select an option to reveal honoree information fields.{/ts} {/if} diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index f60dd4139d..b232b041b9 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -200,7 +200,7 @@
{$form.honor_type_id.html} ({ts}clear{/ts}) -
{ts}Please include the name, and / or email address of the person you are honoring.{/ts}
+
{ts}Select an option to reveal honoree information fields.{/ts}
{/if} -- 2.25.1