[#8] added twingle ID prefix
This commit is contained in:
parent
33c81951fc
commit
d9a44f07e7
7 changed files with 42 additions and 7 deletions
|
@ -15,3 +15,7 @@
|
|||
{htxt id='id-twingle_use_sepa'}
|
||||
{ts domain="de.systopia.twingle" 1="<a href=\"https://github.com/project60/org.project60.sepa\" target=\"_blank\">CiviSEPA (<kbd>org.project60.sepa</kbd>) extension</a>"}When the %1 is enabled and one of its payment instruments is assigned to a Twingle payment method (practically the <em>debit_manual</em> payment method), submitting a Twingle donation through the API will create a SEPA mandate with the given data.{/ts}
|
||||
{/htxt}
|
||||
|
||||
{htxt id='id-twingle_prefix'}
|
||||
{ts domain="de.systopia.twingle"}You can use this setting to add a prefix to the Twingle transaction ID, in order to avoid collisions with other transaction ids.{/ts}
|
||||
{/htxt}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<table class="form-layout-compressed">
|
||||
{foreach from=$elementNames item=elementName}
|
||||
<tr class="crm-twingle-form-block-{$form.$elementName.name}">
|
||||
<td class="label">{$form.$elementName.label} <a onclick='CRM.help("{$form.$elementName.label}", {literal}{"id":"id-{/literal}{$form.$elementName.name}{literal}","file":"CRM\/Twingle\/Form\/Settings"}{/literal}); return false;' href="#" title="{ts domain="de.systopia.twingle"}Help{/ts}" class="helpicon"></a></td>
|
||||
<td class="label">{$form.$elementName.label} <a onclick='CRM.help("{$form.$elementName.label}", {literal}{"id":"id-{/literal}{$fo/rm.$elementName.name}{literal}","file":"CRM\/Twingle\/Form\/Settings"}{/literal}); return false;' href="#" title="{ts domain="de.systopia.twingle"}Help{/ts}" class="helpicon"></a></td>
|
||||
<td>
|
||||
{$form.$elementName.html}
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue