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/export/add_quickenproduct.tpl
2011-05-03 09:49:04 +10:00

28 lines
1.1 KiB
Smarty

{$list->unserial($record.map_data,'map_data')}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=item_id}</td>
<td style="width: 65%;">{$list->menu('export_item_id','export_item_id','product','sku',$record.item_id,'','form_field',true)}</td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=map_data} {t}Account{/t}</td>
<td style="width: 65%;"><input type="text" name="export_map_data[account]" value="{$map_data.account}" size="30"/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=map_data} {t}Item{/t}</td>
<td style="width: 65%;"><input type="text" name="export_map_data[item]" value="{$map_data.item}" size="30"/></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>