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
22cf2ac4
Commit
22cf2ac4
authored
5 years ago
by
ayduns
Browse files
Options
Downloads
Patches
Plain Diff
Add help text for Show Location option
parent
cb923b2d
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/Event/Form/ManageEvent/Location.hlp
+24
-0
24 additions, 0 deletions
templates/CRM/Event/Form/ManageEvent/Location.hlp
templates/CRM/Event/Form/ManageEvent/Location.tpl
+1
-1
1 addition, 1 deletion
templates/CRM/Event/Form/ManageEvent/Location.tpl
with
25 additions
and
1 deletion
templates/CRM/Event/Form/ManageEvent/Location.hlp
0 → 100644
+
24
−
0
View file @
22cf2ac4
{*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
{htxt id="id-is_show_location-title"}
{ts}Show Location{/ts}
{/htxt}
{htxt id="id-is_show_location"}
{ts}If this option is selected, the location will be shown in various places including:
<ul>
<li>Event information page</li>
<li>Event registration confirmation emails</li>
<li>HTML, RSS and ICALENDAR feeds of event information</li>
</ul>
Normally location information is made publicly available. By deselecting this box, the location is only available to event administrators.{/ts}
<br />
{ts}Note that if 'Show Location' is not set a map will not be shown, regardless of the setting of 'Include Map to Event Location'.{/ts}
{/htxt}
This diff is collapsed.
Click to expand it.
templates/CRM/Event/Form/ManageEvent/Location.tpl
+
1
−
1
View file @
22cf2ac4
...
...
@@ -42,7 +42,7 @@
</tr>
<tr
id=
"is_show_location"
class=
"crm-event-manage-location-form-block-is_show_location"
>
<td
class=
"labels"
>
{
$form.is_show_location.label
}
{
$form.is_show_location.label
}
{
help
id
=
"id-is_show_location"
}
</td>
<td
class=
"values"
>
{
$form.is_show_location.html
}
...
...
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