Merge pull request #13365 from mattwire/caseformatcustomdata
[civicrm-core.git] / templates / CRM / Admin / Form / PaymentProcessor.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
fee14197 3 | CiviCRM version 5 |
6a488035 4 +--------------------------------------------------------------------+
6b83d5bd 5 | Copyright CiviCRM LLC (c) 2004-2019 |
6a488035
TO
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25*}
26{* This template is used for adding/configuring Payment Processors used by a particular site/domain. *}
27<h3>{if $action eq 1}{ts}New Payment Processor{/ts}{elseif $action eq 2}{ts}Edit Payment Processor{/ts}{else}{ts}Delete Payment Processor{/ts}{/if}</h3>
28<div class="crm-block crm-form-block crm-paymentProcessor-form-block">
29 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
30
31{if $action eq 8}
edc51caa 32 <div class="messages status no-popup">
33 <div class="icon inform-icon"></div>
6a488035
TO
34 {ts}WARNING: Deleting this Payment Processor may result in some transaction pages being rendered inactive.{/ts} {ts}Do you want to continue?{/ts}
35 </div>
36{else}
37 <table class="form-layout-compressed">
38 <tr class="crm-paymentProcessor-form-block-payment_processor_type">
39 <td class="label">{$form.payment_processor_type_id.label}</td><td>{$form.payment_processor_type_id.html} {help id='proc-type'}</td>
40 </tr>
41 <tr class="crm-paymentProcessor-form-block-name">
42 <td class="label">{$form.name.label}</td><td>{$form.name.html}</td>
43 </tr>
44 <tr class="crm-paymentProcessor-form-block-description">
45 <td class="label">{$form.description.label}</td><td>{$form.description.html}</td>
46 </tr>
edc51caa 47
6a488035
TO
48 <tr class="crm-paymentProcessor-form-block-financial_account">
49 <td class="label">{$form.financial_account_id.label}</td>
50 <td>
edc51caa 51 {if $financialAccount}
52 {$form.financial_account_id.html}
53 {else}
54 {capture assign=ftUrl}{crmURL p='civicrm/admin/financial/financialAccount' q="reset=1"}{/capture}
55 {ts 1=$ftUrl}There are no financial accounts configured with Financial Account Type 'Asset' Type. <a href='%1'>Click here</a> if you want to configure financial accounts for your site.{/ts}
6a488035
TO
56 {/if}
57 </td>
58 </tr>
b7e7f943 59 <tr class="crm-paymentProcessor-form-block-payment-instrument-id">
60 <td class="label">{$form.payment_instrument_id.label}</td><td>{$form.payment_instrument_id.html}</td>
61 </tr>
6a488035
TO
62 <tr class="crm-paymentProcessor-form-block-is_active">
63 <td></td><td>{$form.is_active.html}&nbsp;{$form.is_active.label}</td>
64 </tr>
65 <tr class="crm-paymentProcessor-form-block-is_default">
66 <td></td><td>{$form.is_default.html}&nbsp;{$form.is_default.label}</td>
67 </tr>
cb5962bd 68 <tr class="crm-paymentProcessor-form-block-accept_credit_cards">
660ef5f6
SL
69 <td class="label">{$form.accept_credit_cards.label}</td><td>{$form.accept_credit_cards.html}<br />
70 <span class="description">{ts}Select Credit Card Types that this payment processor can accept{/ts}</span></td>
cb5962bd 71 </tr>
6a488035
TO
72 </table>
73<fieldset>
74<legend>{ts}Processor Details for Live Payments{/ts}</legend>
75 <table class="form-layout-compressed">
76 <tr class="crm-paymentProcessor-form-block-user_name">
77 <td class="label">{$form.user_name.label}</td><td>{$form.user_name.html} {help id=$ppTypeName|cat:'-live-user-name' title=$form.user_name.label}</td>
78 </tr>
79{if $form.password}
80 <tr class="crm-paymentProcessor-form-block-password">
81 <td class="label">{$form.password.label}</td><td>{$form.password.html} {help id=$ppTypeName|cat:'-live-password' title=$form.password.label}</td>
82 </tr>
83{/if}
84{if $form.signature}
85 <tr class="crm-paymentProcessor-form-block-signature">
86 <td class="label">{$form.signature.label}</td><td>{$form.signature.html} {help id=$ppTypeName|cat:'-live-signature' title=$form.signature.label}</td>
87 </tr>
88{/if}
89{if $form.subject}
90 <tr class="crm-paymentProcessor-form-block-subject">
91 <td class="label">{$form.subject.label}</td><td>{$form.subject.html}</td>
92 </tr>
93{/if}
94 <tr class="crm-paymentProcessor-form-block-url_site">
95 <td class="label">{$form.url_site.label}</td><td>{$form.url_site.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-live-url-site' title=$form.url_site.label}</td>
96 </tr>
97{if $form.url_api}
98 <tr class="crm-paymentProcessor-form-block-url_api">
99 <td class="label">{$form.url_api.label}</td><td>{$form.url_api.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-live-url-api' title=$form.url_api.label}</td>
100 </tr>
101{/if}
102{if $is_recur}
103 <tr class="crm-paymentProcessor-form-block-url_recur">
104 <td class="label">{$form.url_recur.label}</td><td>{$form.url_recur.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-live-url-recur' title=$form.url_recur.label}</td>
105 </tr>
106{/if}
107{if $form.url_button}
108 <tr class="crm-paymentProcessor-form-block-url_button">
109 <td class="label">{$form.url_button.label}</td><td>{$form.url_button.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-live-url-button' title=$form.url_button.label}</td>
110 </tr>
111{/if}
edc51caa 112 </table>
6a488035
TO
113</fieldset>
114
115<fieldset>
116<legend>{ts}Processor Details for Test Payments{/ts}</legend>
edc51caa 117 <table class="form-layout-compressed">
6a488035
TO
118 <tr class="crm-paymentProcessor-form-block-test_user_name">
119 <td class="label">{$form.test_user_name.label}</td><td>{$form.test_user_name.html} {help id=$ppTypeName|cat:'-test-user-name' title=$form.test_user_name.label}</td></tr>
120{if $form.test_password}
121 <tr class="crm-paymentProcessor-form-block-test_password">
122 <td class="label">{$form.test_password.label}</td><td>{$form.test_password.html} {help id=$ppTypeName|cat:'-test-password' title=$form.test_password.label}</td>
123 </tr>
124{/if}
125{if $form.test_signature}
126 <tr class="crm-paymentProcessor-form-block-test_signature">
127 <td class="label">{$form.test_signature.label}</td><td>{$form.test_signature.html} {help id=$ppTypeName|cat:'-test-signature' title=$form.test_signature.label}</td>
128 </tr>
129{/if}
130{if $form.test_subject}
131 <tr class="crm-paymentProcessor-form-block-test_subject">
132 <td class="label">{$form.test_subject.label}</td><td>{$form.test_subject.html}</td>
133 </tr>
134{/if}
135 <tr class="crm-paymentProcessor-form-block-test_url_site">
136 <td class="label">{$form.test_url_site.label}</td><td>{$form.test_url_site.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-test-url-site' title=$form.test_url_site.label}</td>
137 </tr>
138{if $form.test_url_api}
139 <tr class="crm-paymentProcessor-form-block-test_url_api">
140 <td class="label">{$form.test_url_api.label}</td><td>{$form.test_url_api.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-test-url-api' title=$form.test_url_api.label}</td>
141 </tr>
142{/if}
143{if $is_recur}
144 <tr class="crm-paymentProcessor-form-block-test_url_recur">
145 <td class="label">{$form.test_url_recur.label}</td><td>{$form.test_url_recur.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-test-url-recur' title=$form.test_url_recur.label}</td>
146 </tr>
147{/if}
148{if $form.test_url_button}
149 <tr class="crm-paymentProcessor-form-block-test_url_button">
150 <td class="label">{$form.test_url_button.label}</td><td>{$form.test_url_button.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-test-url-button' title=$form.test_url_button.label}</td>
151 </tr>
edc51caa 152{/if}
153{/if}
6a488035
TO
154</table>
155 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
156 </fieldset>
157</div>
158
159{if $action eq 1 or $action eq 2}
39cf6c8e
CW
160 <script type="text/javascript">
161 {literal}
6a488035 162 function reload(refresh) {
39cf6c8e
CW
163 var paymentProcessorType = cj("#payment_processor_type_id");
164 var url = {/literal}"{$refreshURL}"{literal} + "&pp=" + paymentProcessorType.val();
165 paymentProcessorType.closest('form').attr('data-warn-changes', 'false');
166 window.location.href = url;
6a488035 167 }
39cf6c8e
CW
168 {/literal}
169 </script>
6a488035
TO
170
171{/if}