[#36] Add help text for the Newsletter Double-Opt-In setting
This commit is contained in:
parent
11558d4fbd
commit
94cc262c21
2 changed files with 22 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue