Merge pull request #21865 from colemanw/SearchKitTags
[civicrm-core.git] / templates / CRM / Form / default.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*}
f714e90d 10{if !$suppressForm}
6a488035 11<form {$form.attributes} >
dbdc5c34 12 {crmRegion name='form-top'}{/crmRegion}
6a488035
TO
13{/if}
14
dbdc5c34
CW
15 {crmRegion name='form-body'}
16 {include file="CRM/Form/body.tpl"}
6a488035 17
dbdc5c34
CW
18 {include file=$tplFile}
19 {/crmRegion}
6a488035 20
f714e90d 21{if !$suppressForm}
dbdc5c34 22 {crmRegion name='form-bottom'}{/crmRegion}
6a488035
TO
23</form>
24{/if}