CRM-15789 - Put {crmButton} into general use
[civicrm-core.git] / templates / CRM / Financial / Form / FinancialBatch.tpl
index 3c7db2ad87ad9db0bbbd1bc9cbdd710018f0c713..4e9d8f6460c7a7de6adb3a3570187e43486db36b 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  +--------------------------------------------------------------------+
 *}
 {* this template is used for adding/editing/deleting financial batch  *}
-<h3>{if $action eq 8}
-  {ts}Delete Batch{/ts} - {$batchTitle}
-  {elseif $action eq 1}
-  {ts}Add New Batch{/ts}
-  {elseif $action eq 2}
-  {ts}Edit Batch{/ts} - {$batchTitle}
-  {/if}
-</h3>
 <div class="crm-block crm-form-block crm-financial_type-form-block">
 {if $action eq 8}
   <div class="messages status">
   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="botttom"}</div>
 </div>
 {include file="CRM/Form/validate.tpl"}
-{literal}
-<script type="text/javascript">
-cj(function($){
-  $().crmAccordions();
-});
-</script>
-{/literal}