CRM-20264, Added Card type and Pan Truncation form fields on Payment form
[civicrm-core.git] / templates / CRM / Contribute / Form / Contribution.tpl
index 1b4a2f35ca976b011a7beb14a688bc7bef7a3c74..3191ccf6e9a6eee2e2343f3a7fdb4e51e6d6eb98 100644 (file)
   </table>
 
   {if !$contributionMode}
-    <div class="crm-accordion-wrapper crm-accordion_title-accordion crm-accordion-processed" id="paymentDetails_Information">
-      <div class="crm-accordion-header">
-        {ts}Payment Details{/ts}
-      </div>
-      <div class="crm-accordion-body">
         <table class="form-layout-compressed" >
           <tr class="crm-contribution-form-block-receive_date">
             <td class="label">{$form.receive_date.label}</td>
             <td>{$form.from_email_address.html}</td>
           </tr>
         </table>
-      </div>
-    </div>
   {/if}
 
   {include file='CRM/Core/BillingBlockWrapper.tpl'}