prepare 2.0.0-RC1 version
This commit is contained in:
40
templates/frontOffice/default/badresponse.html
Executable file
40
templates/frontOffice/default/badresponse.html
Executable file
@@ -0,0 +1,40 @@
|
||||
{extends file="layout.tpl"}
|
||||
|
||||
{* Security *}
|
||||
{block name="no-return-functions" prepend}
|
||||
{check_auth context="front" role="CUSTOMER" login_tpl="login"}
|
||||
{/block}
|
||||
|
||||
{* Breadcrumb *}
|
||||
{block name='no-return-functions' append}
|
||||
{$breadcrumbs = [
|
||||
['title' => {intl l="Redirect to bank service"}]
|
||||
]}
|
||||
{/block}
|
||||
|
||||
{block name="body-class"}page-gotobankservice{/block}
|
||||
|
||||
{block name="main-content"}
|
||||
<div class="panel">
|
||||
|
||||
<div class="panel-heading clearfix">
|
||||
{intl l="A problem occured"}.
|
||||
</div>
|
||||
<!-- PAYMENT FORM TEMPLATE -->
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
{$msg}<br/>
|
||||
{loop name="badresponseorder" type="order" id={$order_id}}
|
||||
{$REF}
|
||||
{/loop}
|
||||
<br/>
|
||||
{intl l="Please try again to order"}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<a class="btn btn-checkout-home" role="button" href="{url path="/"}">
|
||||
<span>{intl l="Home"}</span>
|
||||
</a>
|
||||
{/block}
|
||||
|
||||
{block name="after-javascript-include"}{/block}
|
||||
Reference in New Issue
Block a user