commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / templates / CRM / Admin / Form / PaymentProcessor.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
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}
32 <div class="messages status no-popup">
33 <div class="icon inform-icon"></div>
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>
47
48 <tr class="crm-paymentProcessor-form-block-financial_account">
49 <td class="label">{$form.financial_account_id.label}</td>
50 <td>
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}
56 {/if}
57 </td>
58 </tr>
59 <tr class="crm-paymentProcessor-form-block-is_active">
60 <td></td><td>{$form.is_active.html}&nbsp;{$form.is_active.label}</td>
61 </tr>
62 <tr class="crm-paymentProcessor-form-block-is_default">
63 <td></td><td>{$form.is_default.html}&nbsp;{$form.is_default.label}</td>
64 </tr>
65 </table>
66 <fieldset>
67 <legend>{ts}Processor Details for Live Payments{/ts}</legend>
68 <table class="form-layout-compressed">
69 <tr class="crm-paymentProcessor-form-block-user_name">
70 <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>
71 </tr>
72 {if $form.password}
73 <tr class="crm-paymentProcessor-form-block-password">
74 <td class="label">{$form.password.label}</td><td>{$form.password.html} {help id=$ppTypeName|cat:'-live-password' title=$form.password.label}</td>
75 </tr>
76 {/if}
77 {if $form.signature}
78 <tr class="crm-paymentProcessor-form-block-signature">
79 <td class="label">{$form.signature.label}</td><td>{$form.signature.html} {help id=$ppTypeName|cat:'-live-signature' title=$form.signature.label}</td>
80 </tr>
81 {/if}
82 {if $form.subject}
83 <tr class="crm-paymentProcessor-form-block-subject">
84 <td class="label">{$form.subject.label}</td><td>{$form.subject.html}</td>
85 </tr>
86 {/if}
87 <tr class="crm-paymentProcessor-form-block-url_site">
88 <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>
89 </tr>
90 {if $form.url_api}
91 <tr class="crm-paymentProcessor-form-block-url_api">
92 <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>
93 </tr>
94 {/if}
95 {if $is_recur}
96 <tr class="crm-paymentProcessor-form-block-url_recur">
97 <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>
98 </tr>
99 {/if}
100 {if $form.url_button}
101 <tr class="crm-paymentProcessor-form-block-url_button">
102 <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>
103 </tr>
104 {/if}
105 </table>
106 </fieldset>
107
108 <fieldset>
109 <legend>{ts}Processor Details for Test Payments{/ts}</legend>
110 <table class="form-layout-compressed">
111 <tr class="crm-paymentProcessor-form-block-test_user_name">
112 <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>
113 {if $form.test_password}
114 <tr class="crm-paymentProcessor-form-block-test_password">
115 <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>
116 </tr>
117 {/if}
118 {if $form.test_signature}
119 <tr class="crm-paymentProcessor-form-block-test_signature">
120 <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>
121 </tr>
122 {/if}
123 {if $form.test_subject}
124 <tr class="crm-paymentProcessor-form-block-test_subject">
125 <td class="label">{$form.test_subject.label}</td><td>{$form.test_subject.html}</td>
126 </tr>
127 {/if}
128 <tr class="crm-paymentProcessor-form-block-test_url_site">
129 <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>
130 </tr>
131 {if $form.test_url_api}
132 <tr class="crm-paymentProcessor-form-block-test_url_api">
133 <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>
134 </tr>
135 {/if}
136 {if $is_recur}
137 <tr class="crm-paymentProcessor-form-block-test_url_recur">
138 <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>
139 </tr>
140 {/if}
141 {if $form.test_url_button}
142 <tr class="crm-paymentProcessor-form-block-test_url_button">
143 <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>
144 </tr>
145 {/if}
146 {/if}
147 </table>
148 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
149 </fieldset>
150 </div>
151
152 {if $action eq 1 or $action eq 2}
153 <script type="text/javascript">
154 {literal}
155 function reload(refresh) {
156 var paymentProcessorType = cj("#payment_processor_type_id");
157 var url = {/literal}"{$refreshURL}"{literal} + "&pp=" + paymentProcessorType.val();
158 paymentProcessorType.closest('form').attr('data-warn-changes', 'false');
159 window.location.href = url;
160 }
161 {/literal}
162 </script>
163
164 {/if}