This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View 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}" />