mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 08:38:46 +00:00
33 lines
1.0 KiB
Smarty
33 lines
1.0 KiB
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
{* crmv@64542 *}
|
|
|
|
<div>
|
|
<p>{$MOD.LBL_MMAKER_IMPORT_INTRO}</p>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<form id="module_maker_form" method="POST" action="index.php?module=Settings&action=ModuleMaker&mode=import&module_maker_step=2&parentTab=Settings" enctype="multipart/form-data">
|
|
<input type="hidden" name="__csrf_token" value="{$CSRF_TOKEN}"> {* crmv@171581 *}
|
|
<br><br>
|
|
<table border="0" width="100%">
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
<input type="file" id="mmaker_import_file" name="mmaker_import_file" />
|
|
<br>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">
|
|
<input type="button" class="crmbutton cancel" value="< {$APP.LBL_BACK}" title="{$APP.LBL_BACK}" onclick="ModuleMaker.gotoList()" />
|
|
</td>
|
|
<td align="right">
|
|
<input type="submit" class="crmbutton save" value="{$APP.LBL_IMPORT}" title="{$APP.LBL_IMPORT}" onclick="" />
|
|
</td>
|
|
</table>
|
|
|
|
</form> |