[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 {strip} 13 <div class="row-fluid"> 14 <div class="span3" style="position:relative;top:4px;"> 15 <strong>{vtranslate('LBL_MODULES_TO_CREATE_RECORD',$QUALIFIED_MODULE)} 16 <span class="redColor">*</span> 17 </strong> 18 </div> 19 <div class="span6"> 20 {assign var=RELATED_MODULES_INFO value=$WORKFLOW_MODEL->getDependentModules()} 21 {assign var=RELATED_MODULES value=$RELATED_MODULES_INFO|array_keys} 22 {assign var=RELATED_MODULE_MODEL_NAME value=$TASK_OBJECT->entity_type} 23 24 <select class="chzn-select" id="createEntityModule" name="entity_type" data-validation-engine='validate[required]'> 25 <option value="">{vtranslate('LBL_NONE', $QUALIFIED_MODULE)}</option> 26 {foreach from=$RELATED_MODULES item=MODULE} 27 <option {if $TASK_OBJECT->entity_type eq $MODULE} selected="" {/if} value="{$MODULE}">{vtranslate($MODULE,$MODULE)}</option> 28 {/foreach} 29 </select> 30 </div> 31 </div><br> 32 <div id="addCreateEntityContainer"> 33 {include file="CreateEntity.tpl"|@vtemplate_path:$QUALIFIED_MODULE} 34 </div> 35 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |