diff --git a/CRM/Certificate/Form/CertificateConfigure.php b/CRM/Certificate/Form/CertificateConfigure.php index 97c8ec5..dc11a71 100644 --- a/CRM/Certificate/Form/CertificateConfigure.php +++ b/CRM/Certificate/Form/CertificateConfigure.php @@ -180,7 +180,7 @@ public function buildQuickForm() { ], ]); - $elementWithHelpTexts = ['relationship_types', 'min_valid_from_date', 'max_valid_through_date']; + $elementWithHelpTexts = ['relationship_types', 'min_valid_from_date', 'max_valid_through_date', 'download_type']; $this->assign('help', $elementWithHelpTexts); $this->assign('elementNames', $this->getRenderableElementNames()); diff --git a/templates/CRM/Certificate/Form/CertificateConfigure.hlp b/templates/CRM/Certificate/Form/CertificateConfigure.hlp index aff6fdc..3b0612c 100644 --- a/templates/CRM/Certificate/Form/CertificateConfigure.hlp +++ b/templates/CRM/Certificate/Form/CertificateConfigure.hlp @@ -1,19 +1,19 @@ -{htxt id="relationship_types-title"} - {ts}Download Related Contact Certificates{/ts} -{/htxt} -{htxt id="relationship_types"} -
{ts}Contacts who have a CMS user account can download their own CiviCRM certificates, normally from the CiviCRM self service "dashboard", but also from a download certificate.With this setting you can specify contacts who can also download certificates for related contacts based on holding specific relationship types. This might be useful where, for example, a user should be able to download certificates for an organisation record for which they are the main billing contact, or for a partner or spouse. Where no relationship is selected, users will not be able to download certificates from related contacts.{/ts}
-{ts}Note: This setting has security implications.
-
System should allow the contacts having this permission to access and download the certificates.{/ts}
{ts}Contacts who have a CMS user account can download their own CiviCRM certificates, normally from the CiviCRM self service "dashboard", but also from a download certificate.With this setting you can specify contacts who can also download certificates for related contacts based on holding specific relationship types. This might be useful where, for example, a user should be able to download certificates for an organisation record for which they are the main billing contact, or for a partner or spouse. Where no relationship is selected, users will not be able to download certificates from related contacts.{/ts}
+{ts}Note: This setting has security implications.
+
System should allow the contacts having this permission to access and download the certificates.{/ts}
{ts}The Min and Max Valid Date fields do 2 things: {/ts}
{ts}Tokens: They will create tokens that can be used on certificates as follows:{/ts}
{ts}Access: It will also only allow users to download the certificate if their membership is valid during the validity period of the certificate. For example if a membership ends on or after the start date or a membership starts before the end date.{/ts}
{ts}The Min and Max Valid Date fields do 2 things: {/ts}
{ts}Tokens: They will create tokens that can be used on certificates as follows:{/ts}
{ts}Access: It will also only allow users to download the certificate if their membership is valid during the validity period of the certificate. For example if a membership ends on or after the start date or a membership starts before the end date.{/ts}