first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user