added help to twingle IDs

This commit is contained in:
B. Endres 2019-11-15 07:44:39 +01:00
parent d12094aa52
commit 33c81951fc
3 changed files with 23 additions and 2 deletions

View file

@ -28,7 +28,23 @@
</tr>
<tr class="crm-section">
<td class="label">{$form.selector.label}</td>
<td class="label">{$form.selector.label}
<a
onclick='
CRM.help(
"{ts domain="de.systopia.twingle"}Project IDs{/ts}",
{literal}{
"id": "id-project_ids",
"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.selector.html}</td>
</tr>