From 22cf2ac4e6e0ca96b42c1cc2e826d72c4d0970b6 Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Mon, 13 Jan 2020 18:42:07 +0000 Subject: [PATCH] Add help text for Show Location option --- .../CRM/Event/Form/ManageEvent/Location.hlp | 24 +++++++++++++++++++ .../CRM/Event/Form/ManageEvent/Location.tpl | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 templates/CRM/Event/Form/ManageEvent/Location.hlp diff --git a/templates/CRM/Event/Form/ManageEvent/Location.hlp b/templates/CRM/Event/Form/ManageEvent/Location.hlp new file mode 100644 index 000000000000..4bae73ef50f6 --- /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: + + Normally location information is made publicly available. By deselecting this box, the location is only available to event administrators.{/ts} +
+ {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 159d7d5d747a..72f5d7bdf82b 100644 --- a/templates/CRM/Event/Form/ManageEvent/Location.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Location.tpl @@ -42,7 +42,7 @@ - {$form.is_show_location.label} + {$form.is_show_location.label} {help id="id-is_show_location"} {$form.is_show_location.html}