first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -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>