This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/checkout_plugin/plugin_cfg_REMIT_BANK_WIRE.tpl
2011-05-03 09:49:01 +10:00

25 lines
1.2 KiB
Smarty

{$list->unserial($record.plugin_data,'plugin_data')}
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td style="width: 50%;">{t}Bank Name{/t}</td>
<td style="width: 50%;"><input type="text" name="checkout_plugin_data[bankname]" value="{$plugin_data.bankname}" class="form_menu"/></td>
</tr>
<tr valign="top">
<td style="width: 50%;">{t}Bank Branch{/t}</td>
<td style="width: 50%;"><input type="text" name="checkout_plugin_data[bankbranch]" value="{$plugin_data.bankbranch}" class="form_menu"/></td>
</tr>
<tr valign="top">
<td style="width: 50%;">{t}Bank Address{/t}</td>
<td style="width: 50%;"><textarea name="checkout_plugin_data[bankaddress]" class="form_field" cols="40" rows="4">{$plugin_data.bankaddress}</textarea></td>
</tr>
<tr valign="top">
<td style="width: 50%;">{t}Bank BSB Number{/t}</td>
<td style="width: 50%;"><input type="text" name="checkout_plugin_data[bankbsb]" value="{$plugin_data.bankbsb}" class="form_menu"/></td>
</tr>
<tr valign="top">
<td style="width: 50%;">{t}Bank Account Number{/t}</td>
<td style="width: 50%;"><input type="text" name="checkout_plugin_data[bankaccount]" value="{$plugin_data.bankaccount}" class="form_menu"/></td>
</tr>
</table>