Merge pull request #15825 from seamuslee001/dev_core_183_logging
[civicrm-core.git] / templates / CRM / Event / Form / Registration / PreviewHeader.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
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 |
8 +--------------------------------------------------------------------+
9 *}
10 {* Displays Test-drive mode header for Event Registration pages. *}
11 <div class="messages status section test_drive-section">
12 <i class="crm-i fa-cogs"></i>
13 <strong>{ts}Test-drive Your Event Registration Page{/ts}</strong>
14 {ts}This page is currently running in <strong>test-drive mode</strong>. If this is a paid event, transactions will be sent to your payment processor's test server. <strong>No live financial transactions will be submitted. However, a contact record will be created or updated and test event registration and contribution records will be saved to the database. Use obvious test contact names so you can review and delete these records as needed. </strong> Refer to your payment processor's documentation for information on values to use for test credit card number, security code, postal code, etc.{/ts}
15 </div>