Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -15,7 +15,7 @@
{block name="body-class"}page-gotobankservice{/block}
{block name="main-content"}
<div class="panel">
<div class="panel panel-default">
<div class="panel-heading clearfix">
{intl l="A problem occured"}.
@@ -32,9 +32,20 @@
</p>
</div>
</div>
<a class="btn btn-checkout-home" role="button" href="{url path="/"}">
<a class="btn btn-primary" role="button" href="{url path="/"}">
<span>{intl l="Home"}</span>
</a>
{/block}
{block name="after-javascript-include"}{/block}
{block name="stylesheet"}
{hook name="badresponseorder.stylesheet"}
{/block}
{block name="after-javascript-include"}
{hook name="badresponseorder.after-javascript-include"}
{/block}
{block name="javascript-initialization"}
{hook name="badresponseorder.javascript-initialization"}
{/block}