forked from WHMCS/orderforms-standard_cart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fraudcheck.tpl
39 lines (28 loc) · 1.01 KB
/
fraudcheck.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{include file="orderforms/standard_cart/common.tpl"}
<div id="order-standard_cart">
<div class="header-lined">
<h1>
{$LANG.cartfraudcheck}
</h1>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
{include file="orderforms/standard_cart/sidebar-categories-collapsed.tpl"}
<div class="alert alert-danger error-heading">
<i class="fas fa-exclamation-triangle"></i>
{$errortitle}
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<p class="margin-bottom">{$error}</p>
<p>
<a href="submitticket.php" class="btn btn-default">
{$LANG.orderForm.submitTicket}
<i class="fas fa-arrow-right"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>