[#4] (wip) Custom field mapping configuration
This commit is contained in:
parent
73481fb7ed
commit
b85291527d
5 changed files with 118 additions and 6 deletions
|
@ -161,7 +161,7 @@
|
|||
|
||||
<fieldset>
|
||||
|
||||
<legend>{ts domain="de.systopia.twingle"}Groups{/ts}</legend>
|
||||
<legend>{ts domain="de.systopia.twingle"}Groups and Correlations{/ts}</legend>
|
||||
|
||||
<table class="form-layout-compressed">
|
||||
|
||||
|
@ -190,6 +190,28 @@
|
|||
<td class="content">{$form.contribution_source.html}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="crm-section">
|
||||
<td class="label">
|
||||
{$form.custom_field_mapping.label}
|
||||
<a
|
||||
onclick='
|
||||
CRM.help(
|
||||
"{ts domain="de.systopia.twingle"}Custom field mapping{/ts}",
|
||||
{literal}{
|
||||
"id": "id-custom_field_mapping",
|
||||
"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.custom_field_mapping.html}</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue