Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
329d56ae
Commit
329d56ae
authored
11 years ago
by
Kurund Jalmi
Browse files
Options
Downloads
Plain Diff
Merge pull request
#1327
from davecivicrm/CRM-13111
CRM-1311 Improved inline help for Honoree section.
parents
f101cb40
90ce5e25
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl
+1
-1
1 addition, 1 deletion
templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl
templates/CRM/Contribute/Form/Contribution/Main.tpl
+1
-1
1 addition, 1 deletion
templates/CRM/Contribute/Form/Contribution/Main.tpl
with
2 additions
and
2 deletions
templates/CRM/Contribute/Form/AdditionalInfo/Honoree.tpl
+
1
−
1
View file @
329d56ae
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
templates/CRM/Contribute/Form/Contribution/Main.tpl
+
1
−
1
View file @
329d56ae
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment