15 lines
573 B
Smarty
15 lines
573 B
Smarty
<h2 style="display: inline;">{$MOD.LBL_IMPORT_EDI}</h2><br /><br />
|
|
<form action="index.php?module=EcmSales&action=EditView" method="post">
|
|
<input type="hidden" value="1" name="upload" id="upload"/>
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabForm">
|
|
<tr>
|
|
<td style="padding-bottom: 2px;">
|
|
<select id="file" name="file">
|
|
{foreach from=$EDI_ORDERS key="key" item="item"}
|
|
<option value="{$item.file}">{$item.name}</option>
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input class="button" type="submit" value="{$MOD.LBL_IMPORT}" /> |