PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Vtiger
/
uitypes
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} {strip} {assign var="FIELD_INFO" value=Zend_Json::encode($FIELD_MODEL->getFieldInfo())} {assign var=PICKLIST_VALUES value=$FIELD_MODEL->getPicklistValues()} {assign var="SPECIAL_VALIDATOR" value=$FIELD_MODEL->getValidator()} <select class="chzn-select {if $OCCUPY_COMPLETE_WIDTH} row-fluid {/if}" name="{$FIELD_MODEL->getFieldName()}" data-validation-engine="validate[{if $FIELD_MODEL->isMandatory() eq true} required,{/if}funcCall[Vtiger_Base_Validator_Js.invokeValidation]]" data-fieldinfo='{$FIELD_INFO|escape}' {if !empty($SPECIAL_VALIDATOR)}data-validator='{Zend_Json::encode($SPECIAL_VALIDATOR)}'{/if} data-selected-value='{$FIELD_MODEL->get('fieldvalue')}'> {if $FIELD_MODEL->isEmptyPicklistOptionAllowed()}<option value="">{vtranslate('LBL_SELECT_OPTION','Vtiger')}</option>{/if} {foreach item=PICKLIST_VALUE key=PICKLIST_NAME from=$PICKLIST_VALUES} <option value="{Vtiger_Util_Helper::toSafeHTML($PICKLIST_NAME)}" {if trim(decode_html($FIELD_MODEL->get('fieldvalue'))) eq trim($PICKLIST_NAME)} selected {/if}>{$PICKLIST_VALUE}</option> {/foreach} </select> {/strip}
[+]
..
[-] PhoneDetailView.tpl
[edit]
[-] DocumentsFolder.tpl
[edit]
[-] Url.tpl
[edit]
[-] String.tpl
[edit]
[-] Salutation.tpl
[edit]
[-] SalutationDetailView.tpl
[edit]
[-] Recurrence.tpl
[edit]
[-] TimeFieldSearchView.tpl
[edit]
[-] Text.tpl
[edit]
[-] MultiSelectFieldSearchView.tpl
[edit]
[-] Theme.tpl
[edit]
[-] Boolean.tpl
[edit]
[-] Email.tpl
[edit]
[-] Phone.tpl
[edit]
[-] Number.tpl
[edit]
[-] Currency.tpl
[edit]
[-] UserRole.tpl
[edit]
[-] MultiPicklist.tpl
[edit]
[-] FieldSearchView.tpl
[edit]
[-] CurrencyList.tpl
[edit]
[-] Password.tpl
[edit]
[-] ReminderDetailView.tpl
[edit]
[-] StringDetailView.tpl
[edit]
[-] BooleanFieldSearchView.tpl
[edit]
[-] PickListFieldSearchView.tpl
[edit]
[-] Owner.tpl
[edit]
[-] Reference.tpl
[edit]
[-] ProductTax.tpl
[edit]
[-] RecurrenceDetailView.tpl
[edit]
[-] DateTime.tpl
[edit]
[-] DocumentsFileUpload.tpl
[edit]
[-] FileLocationType.tpl
[edit]
[-] Image.tpl
[edit]
[-] Picklist.tpl
[edit]
[-] DateFieldSearchView.tpl
[edit]
[-] OwnerFieldSearchView.tpl
[edit]
[-] Reminder.tpl
[edit]
[-] MultiOwner.tpl
[edit]
[-] Percentage.tpl
[edit]
[-] ImageDetailView.tpl
[edit]
[-] Date.tpl
[edit]
[-] Time.tpl
[edit]