[#36] Add help text for the Newsletter Double-Opt-In setting

This commit is contained in:
Jens Schuppe 2020-08-14 10:25:04 +02:00
parent 11558d4fbd
commit 94cc262c21
2 changed files with 22 additions and 1 deletions

View file

@ -214,7 +214,24 @@
</tr>
<tr class="crm-section">
<td class="label">{$form.newsletter_double_opt_in.label}</td>
<td class="label">
{$form.newsletter_double_opt_in.label}
<a
onclick='
CRM.help(
"{ts domain="de.systopia.twingle"}Newsletter Double Opt-In{/ts}",
{literal}{
"id": "id-newsletter-double-opt-in",
"file": "CRM\/Twingle\/Form\/Profile"
}{/literal}
);
return false;
'
href="#"
title="{ts domain="de.systopia.twingle"}Help{/ts}"
class="helpicon"
></a>
</td>
<td class="content">{$form.newsletter_double_opt_in.html}</td>
</tr>