first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<div class="panel panel-default center-block">
|
||||
<div class="panel-heading">
|
||||
{$txt.header_info_twisto}
|
||||
</div>
|
||||
<div id="payu-panel-body" class="panel-body text-center">
|
||||
{if $check_configuration}
|
||||
<p>
|
||||
<img src="https://imoje.ingbank.pl/images/logo.svg" alt="" style="max-width: 250px" />
|
||||
</p>
|
||||
<form action="{$url}" method="post">
|
||||
{foreach key=name item=value from=$data}
|
||||
<input type="hidden" name="{$name}" value='{$value}' />
|
||||
{/foreach}
|
||||
<button type="submit" class="btn btn-primary pull-right">
|
||||
{__ text="Zapłać" langCatalogue="stOrder"}
|
||||
</button>
|
||||
</form>
|
||||
{else}
|
||||
<p>
|
||||
{$txt.payment_config_info}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user