{*------------------------------------------------------------+ | SYSTOPIA Twingle Integration | | Copyright (C) 2018 SYSTOPIA | | Author: J. Schuppe (schuppe@systopia.de) | +-------------------------------------------------------------+ | This program is released as free software under the | | Affero GPL license. You can redistribute it and/or | | modify it under the terms of this license which you | | can read by viewing the included agpl.txt or online | | at www.gnu.org/licenses/agpl.html. Removal of this | | copyright header is strictly prohibited without | | written permission from the original author(s). | +-------------------------------------------------------------*}
{if $op == 'create' or $op == 'edit' or $op == 'copy'}
{ts domain="de.systopia.twingle"}General settings{/ts} {if not $is_default} {/if} {if isset($form.sepa_creditor_id)} {/if}
{$form.name.label} {$form.name.html}
{$form.selector.label} {$form.selector.html}
{$form.xcm_profile.label} {$form.xcm_profile.html}
{$form.location_type_id.label} {$form.location_type_id.html}
{$form.location_type_id_organisation.label} {$form.location_type_id_organisation.html}
{$form.required_address_components.label} {$form.required_address_components.html}
{$form.financial_type_id.label} {$form.financial_type_id.html}
{$form.financial_type_id_recur.label} {$form.financial_type_id_recur.html}
{$form.sepa_creditor_id.label} {$form.sepa_creditor_id.html}
{ts domain="de.systopia.twingle"}Gender/Prefix for value 'male'{/ts} {$form.gender_male.html} / {$form.prefix_male.html}
{ts domain="de.systopia.twingle"}Gender/Prefix for value 'female'{/ts} {$form.gender_female.html} / {$form.prefix_female.html}
{ts domain="de.systopia.twingle"}Gender/Prefix for value 'other'{/ts} {$form.gender_other.html} / {$form.prefix_other.html}
{ts domain="de.systopia.twingle"}Payment methods{/ts} {foreach key=pi_name item=pi_label from=$payment_instruments} {capture assign="pi_contribution_status"}{$pi_name}_status{/capture} {/foreach}
{$form.$pi_name.label} {$form.$pi_name.html}{$form.$pi_contribution_status.label} {$form.$pi_contribution_status.html}
{ts domain="de.systopia.twingle"}Groups and Correlations{/ts}
{$form.newsletter_groups.label} {$form.newsletter_groups.html}
{$form.newsletter_double_opt_in.label} {$form.newsletter_double_opt_in.html}
{$form.postinfo_groups.label} {$form.postinfo_groups.html}
{$form.donation_receipt_groups.label} {$form.donation_receipt_groups.html}
{$form.campaign.label} {$form.campaign.html}
{$form.campaign_targets.label} {$form.campaign_targets.html}
{$form.membership_type_id.label} {$form.membership_type_id.html}
{$form.membership_type_id_recur.label} {$form.membership_type_id_recur.html}
{$form.membership_postprocess_call.label} {$form.membership_postprocess_call.html}
{$form.contribution_source.label} {$form.contribution_source.html}
{$form.map_as_contribution_notes.label} {help id="id-map_as_contribution_notes" title=$form.map_as_contribution_notes.label} {$form.map_as_contribution_notes.html}
{$form.map_as_contact_notes.label} {help id="id-map_as_contact_notes" title=$form.map_as_contact_notes.label} {$form.map_as_contact_notes.html}
{$form.custom_field_mapping.label} {$form.custom_field_mapping.html}
{if $twingle_use_shop eq 1} {ts domain="de.systopia.twingle"}Shop Integration{/ts}
{$form.enable_shop_integration.label} {$form.enable_shop_integration.html}
{$form.shop_financial_type.label} {$form.shop_financial_type.html}
{$form.shop_donation_financial_type.label} {$form.shop_donation_financial_type.html}
{$form.shop_map_products.label} {$form.shop_map_products.html}
{/if}
{elseif $op == 'delete'} {if $profile_name} {if $profile_name == 'default'}
{ts domain="de.systopia.twingle" 1=$profile_name}Are you sure you want to reset the default profile?{/ts}
{else}
{ts domain="de.systopia.twingle" 1=$profile_name}Are you sure you want to delete the profile %1?{/ts}
{/if} {else}
{ts domain="de.systopia.twingle"}Profile name not given or invalid.{/ts}
{/if} {/if} {* FOOTER *}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}