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,29 @@
<div id="st_box_payment">
<span>
{$txt.header_info_twisto}
</span>
<div>
{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}
<div class="buttons right">
<button type="submit" class="important roundies">
<span class="arrow_right">{__ text="Zapłać" langCatalogue="stOrder"}</span>
</button>
</div>
<br class="clear" />
</form>
{else}
<p>
{$txt.payment_config_info}
</p>
{/if}
</div>
</div>