Skip to content
Snippets Groups Projects
Unverified Commit 077980f2 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #16230 from aydun/1511_event_show_location

#1511 Expose option to show event location on configuration tab
parents 0b41e241 22cf2ac4
No related branches found
No related tags found
No related merge requests found
{*
+--------------------------------------------------------------------+
| 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}
......@@ -40,6 +40,14 @@
<td id="locUsedMsg" colspan="3">
</td>
</tr>
<tr id="is_show_location" class="crm-event-manage-location-form-block-is_show_location">
<td class="labels">
{$form.is_show_location.label} {help id="id-is_show_location"}
</td>
<td class="values">
{$form.is_show_location.html}
</td>
</tr>
</table>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment