init
This commit is contained in:
15
modules/EcmSales/tpls/importXML.tpl
Normal file
15
modules/EcmSales/tpls/importXML.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<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}" />
|
||||
Reference in New Issue
Block a user