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_PAYPAL.tpl

11 lines
437 B
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
{$list->unserial($record.plugin_data,'plugin_data')}
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
2009-08-03 04:10:16 +00:00
{include file='file:plugin_tr_mode.tpl'}
{include file='file:plugin_tr_fee.tpl'}
<tr valign="top">
<td style="width: 50%;">PayPal Account E-mail</td>
<td style="width: 50%;"><input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field"/></td>
</tr>
</table>