CRM-20264 support card_type_id and pan_truncation in all backoffice form
[civicrm-core.git] / templates / CRM / Contribute / Form / Contribution.tpl
index 3191ccf6e9a6eee2e2343f3a7fdb4e51e6d6eb98..193f2a417788e5b4030a743cff2c67f656723b34 100644 (file)
   </table>
 
   {if !$contributionMode}
+    <fieldset class="payment-details_group">
+      <legend>
+        {ts}Payment Details{/ts}
+      </legend>
         <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>
+      </fieldset>
   {/if}
 
   {include file='CRM/Core/BillingBlockWrapper.tpl'}