first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{set layout="one_column"}
|
||||
<div id="payment">
|
||||
<div class="panel panel-default center-block">
|
||||
<div class="panel-body text-center">
|
||||
<p>
|
||||
<img src="/plugins/stPayNowPlugin/images/logo.png" alt="" style="max-width: 150px" />
|
||||
</p>
|
||||
<p>
|
||||
{__ text="Wystąpił problem podczas realizacji płatności." catalogue="stPayment"}
|
||||
</p>
|
||||
{if $contact_url}
|
||||
<p>
|
||||
<a href="{$contact_url}" class="btn btn-default">
|
||||
{__ text="Skontaktuj się z nami" catalogue="stPayment"}
|
||||
</a>
|
||||
<a href="{$payment_url}" class="btn btn-primary">
|
||||
{__ text="Spróbuj ponownie" catalogue="stPayment"}
|
||||
</a>
|
||||
</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user