mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
31 lines
827 B
Smarty
31 lines
827 B
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
{* crmv@96233 *}
|
|
|
|
<div>
|
|
<p>{$MOD.LBL_WMAKER_STEP2_INTRO}</p>
|
|
</div>
|
|
<br>
|
|
|
|
<table border="0" width="100%">
|
|
|
|
<tr>
|
|
<td class="mmaker_step_field_cell" align="right"><span>{$APP.LBL_MODULE}</span> </td>
|
|
<td align="left">
|
|
<div class="dvtCellInfoM">
|
|
<select class="detailedViewTextBox" name="wmaker_module" id="wmaker_module">
|
|
{foreach item=pmod from=$MAINMODULES}
|
|
<option value="{$pmod.name}" {if $STEPVARS.wmaker_module eq $pmod.name}selected=""{/if}>{$pmod.label}</option>
|
|
{/foreach}
|
|
</select>
|
|
</div>
|
|
</td>
|
|
<td> </td>
|
|
<td>
|
|
{$MOD.LBL_MAIN_MODULE_DESC}
|
|
</td>
|
|
</tr>
|
|
|
|
</table> |