13 lines
647 B
Smarty
Executable File
13 lines
647 B
Smarty
Executable File
<p class="payment_module payment_paybox">
|
|
<a href="javascript:document.paybox_form.submit();" title="{l s='Pay with Paybox' mod='paybox'}">
|
|
<img src="{$base_dir}modules/paybox/paiement.png" alt="{l s='Pay with Paybox' mod='paybox'}" />
|
|
{$pbx_text}
|
|
</a>
|
|
</p>
|
|
<form action="{$pbx_link}" method="post" name="paybox_form">
|
|
<input type="hidden" name="PBX_MODE" value="{$PBX_MODE}" />
|
|
<input type="hidden" name="PBX_TOTAL" value="{$PBX_TOTAL}" />
|
|
{if isset($PBX_PAYBOX)}<input type="hidden" name="PBX_PAYBOX" value="{$PBX_PAYBOX}" />{/if}
|
|
{if isset($PBX_BACKUP1)}<input type="hidden" name="PBX_BACKUP1" value="{$PBX_BACKUP1}" />{/if}
|
|
</form>
|