[ 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 {if !empty($NO_PICKLIST_FIELDS) } 14 <label style="padding-top: 40px;"> <b> 15 {vtranslate($SELECTED_MODULE_NAME,$SELECTED_MODULE_NAME)} {vtranslate('NO_PICKLIST_FIELDS',$QUALIFIED_NAME)}. 16 {if !empty($CREATE_PICKLIST_URL)} 17 <a href="{$CREATE_PICKLIST_URL}">{vtranslate('LBL_CREATE_NEW',$QUALIFIED_NAME)}</a> 18 {/if} 19 </b> 20 </label> 21 {else} 22 <div class="row-fluid"> 23 <label class="fieldLabel span3"><strong>{vtranslate('LBL_SELECT_PICKLIST_IN',$QUALIFIED_MODULE)} {vtranslate($SELECTED_MODULE_NAME,$QUALIFIED_MODULE)}</strong></label> 24 <div class="span6 fieldValue"> 25 <select class="chzn-select" id="modulePickList"> 26 <optgroup> 27 {foreach key=PICKLIST_FIELD item=FIELD_MODEL from=$PICKLIST_FIELDS} 28 <option value="{$FIELD_MODEL->getId()}">{vtranslate($FIELD_MODEL->get('label'),$SELECTED_MODULE_NAME)}</option> 29 {/foreach} 30 </optgroup> 31 </select> 32 </div> 33 </div><br> 34 {/if} 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 |