<{if $actionForm->get('paypalipn_id')}>
<{$smarty.const._AD_REGPAY_LANG_PAYPALIPN_EDIT}> |
<{else}>
<{$smarty.const._MD_REGPAY_LANG_ADD_A_NEW_PAYPALIPN}> |
<{/if}>
<{$smarty.const._MD_REGPAY_LANG_FIRSTNAME}> |
">
<{xoops_input type=text name=firstname value=$actionForm->get('firstname') size=15 maxlength=60}>
|
<{$smarty.const._MD_REGPAY_LANG_LASTNAME}> |
">
<{xoops_input type=text name=lastname value=$actionForm->get('lastname') size=15 maxlength=60}>
|
<{$smarty.const._MD_REGPAY_LANG_PAYER_BUSINESS_NAME}> |
">
<{xoops_input type=text name=payer_business_name value=$actionForm->get('payer_business_name') size=15 maxlength=32}>
|
<{$smarty.const._MD_REGPAY_LANG_ITEM_NAME}> |
">
<{xoops_input type=text name=item_name value=$actionForm->get('item_name') size=15 maxlength=64}>
|
<{$smarty.const._MD_REGPAY_LANG_MC_GROSS}> |
">
<{xoops_input type=text name=mc_gross value=$actionForm->get('mc_gross')}>
|
<{$smarty.const._MD_REGPAY_LANG_MC_CURRENCY}> |
">
<{xoops_input type=text name=mc_currency value=$actionForm->get('mc_currency') size=15 maxlength=5}>
|
<{$smarty.const._MD_REGPAY_LANG_TAX}> |
">
<{xoops_input type=text name=tax value=$actionForm->get('tax')}>
|
<{$smarty.const._MD_REGPAY_LANG_PAYMENT_TYPE}> |
">
<{xoops_input type=text name=payment_type value=$actionForm->get('payment_type') size=15 maxlength=32}>
|
<{$smarty.const._MD_REGPAY_LANG_PAYMENT_STATUS}> |
">
<{xoops_input type=text name=payment_status value=$actionForm->get('payment_status') size=15 maxlength=32}>
|
<{$smarty.const._MD_REGPAY_LANG_TXN_ID}> |
">
<{xoops_input type=text name=txn_id value=$actionForm->get('txn_id') size=15 maxlength=32}>
|
<{$smarty.const._MD_REGPAY_LANG_TXN_TYPE}> |
">
<{xoops_input type=text name=txn_type value=$actionForm->get('txn_type') size=15 maxlength=10}>
|
<{$smarty.const._MD_REGPAY_LANG_RECIVER_EMAIL}> |
">
<{xoops_input type=text name=reciver_email value=$actionForm->get('reciver_email') size=15 maxlength=64}>
|
<{$smarty.const._MD_REGPAY_LANG_PAYER_EMAIL}> |
">
<{xoops_input type=text name=payer_email value=$actionForm->get('payer_email') size=15 maxlength=64}>
|
<{$smarty.const._MD_REGPAY_LANG_UID}> |
">
<{xoops_input type=text name=uid value=$actionForm->get('uid')}>
|
<{$smarty.const._MD_REGPAY_LANG_GID}> |
">
<{xoops_input type=text name=gid value=$actionForm->get('gid')}>
|
<{$smarty.const._MD_REGPAY_LANG_PAYMENTDATE}> |
">
<{xoops_input id="datepicker" type=text name=paymentdate value=$actionForm->get('paymentdate')|date_format:"%Y-%m-%d"}>
|