first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<div id="st_component-st_payment-list" class="st_payment-list-table">
|
||||
{if $hasPaymentType}
|
||||
<h5 class="st_title">{__ text="Płatności"}</h5>
|
||||
<ul>
|
||||
{foreach key=row item=payment from=$results}
|
||||
<li class="payment">
|
||||
{$payment.radio} {$payment.name}
|
||||
<p style="margin-left: 25px">{$payment.description}</p>
|
||||
<p style="margin-left: 25px">{$payment.paymentTypeSocket}</p>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{else}
|
||||
<h5 class="st_title">{__ text="Płatności"}</h5>
|
||||
<ul>
|
||||
<li class="payment">{__ text="Brak dostępnych form płatności."}</li>
|
||||
</ul>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
<br />
|
||||
<div class="st_application">
|
||||
<h1 class="st_title">{__ text="Płatność"}</h1>
|
||||
<p style="text-align: center">
|
||||
{$show_payment}
|
||||
</p>
|
||||
</div>
|
||||
@@ -0,0 +1,2 @@
|
||||
{include_st_component module="stZagielFrontend" component="calculate" params="id=$id"}
|
||||
{include_st_component module="stLukasFrontend" component="calculate" params="id=$id"}
|
||||
Reference in New Issue
Block a user