diff --git a/templates/CRM/Event/Form/ManageEvent/Location.hlp b/templates/CRM/Event/Form/ManageEvent/Location.hlp new file mode 100644 index 0000000000000000000000000000000000000000..4bae73ef50f6836417bb33646a8bab92602565da --- /dev/null +++ b/templates/CRM/Event/Form/ManageEvent/Location.hlp @@ -0,0 +1,24 @@ +{* + +--------------------------------------------------------------------+ + | 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} + diff --git a/templates/CRM/Event/Form/ManageEvent/Location.tpl b/templates/CRM/Event/Form/ManageEvent/Location.tpl index 20733758f6f2e044967958dcff7fdb52ec1d1d37..72f5d7bdf82b3cf37049d1e9a448c2c0fb4ff524 100644 --- a/templates/CRM/Event/Form/ManageEvent/Location.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Location.tpl @@ -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}