CRM-19372 allow payment processors to define an array of accepted credit card types
[civicrm-core.git] / templates / CRM / Admin / Form / PaymentProcessor.tpl
index 98822b18c90decc544256b6170f418b40b4997ac..c4f276ccba1f12210281c160ec0b995435133d5f 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -65,6 +65,9 @@
     <tr class="crm-paymentProcessor-form-block-is_default">
         <td></td><td>{$form.is_default.html}&nbsp;{$form.is_default.label}</td>
     </tr>
+    <tr class="crm-paymentProcessor-form-block-accept_credit_cards">
+        <td class="label">{$form.accept_credit_cards.label}</td><td>{$form.accept_credit_cards.html}</td>
+    </tr>
   </table>
 <fieldset>
 <legend>{ts}Processor Details for Live Payments{/ts}</legend>