mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
30 lines
967 B
Smarty
30 lines
967 B
Smarty
{*
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
*}
|
|
{* crmv@126184 *}
|
|
|
|
{assign var="STATICRECORD" value="1"}
|
|
<table border="0" cellpadding="2" cellspacing="0" width="100%">
|
|
<tr>{include file="Settings/ProcessMaker/actions/RelateRecord.tpl" RECORDPICK=$RECORDPICK1 ENTITY="1"}</tr>
|
|
<tr id="record2_container">
|
|
{if !empty($RECORDPICK2)}
|
|
{include file="Settings/ProcessMaker/actions/RelateRecord.tpl" RECORDPICK=$RECORDPICK2 ENTITY="2"}
|
|
{/if}
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td id="record3_container">
|
|
{if $SELRECORDS}
|
|
{include file="Settings/ProcessMaker/actions/RelatedRecordList.tpl"}
|
|
{/if}
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<select id='task-fieldnames' class="notdropdown" style="display:none;">
|
|
<option value="">{'LBL_SELECT_OPTION_DOTDOTDOT'|getTranslatedString:'com_workflow'}</option>
|
|
</select> |