Files
crm.e5.pl/modules/EcmSales/tpls/importXML.tpl
2024-04-27 09:23:34 +02:00

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