CRM-15789 - Put {crmButton} into general use
[civicrm-core.git] / templates / CRM / Financial / Form / FinancialBatch.tpl
index 41bf2d8bb47b07d2b9f61dd4104074c624a1f2fd..4e9d8f6460c7a7de6adb3a3570187e43486db36b 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
 *}
 {* 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}