Merge pull request #17698 from agh1/checkwpbasepage
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Event.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{capture assign=docLink}{docURL page="CiviEvent Cart Checkout" text="CiviEvent Cart Checkout" resource="wiki"}{/capture}
11<div class="crm-block crm-form-block">
f6eedce7 12<div class="help">
6a488035
TO
13 {ts 1=$docLink}These settings are used to configure properties for the CiviEvent component. Please read the %1 documentation, and make sure you understand it before modifying default values.{/ts}
14</div>
326502b1 15<div class="crm-block crm-form-block">
edc51caa 16<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
6a488035
TO
17 <table class="form-layout-compressed">
18 <tr class="crm-mail-form-block-enable_cart">
19 <td class="label">{$form.enable_cart.label}</td><td>{$form.enable_cart.html}<br />
20 <span class="description">{ts}Check to enable the Event Cart checkout workflow.{/ts}</span></td>
21 </tr>
22 </table>
edc51caa 23<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
6a488035
TO
24<div class="spacer"></div>
25</div>