Merge pull request #23210 from eileenmcnaughton/cancel
[civicrm-core.git] / templates / CRM / Financial / Form / FinancialType.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{* this template is used for adding/editing/deleting financial type *}
251808cb
PN
11{include file="CRM/Core/Form/EntityForm.tpl"}
12{if $action eq 2 or $action eq 4 } {* Update or View*}
13 <div class="crm-submit-buttons">
14 <a href="{crmURL p='civicrm/admin/financial/financialType/accounts' q="action=browse&reset=1&aid=$aid"}" class="button"><span>{ts}View or Edit Financial Accounts{/ts}</a></span>
15 </div>
16{/if}