PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Calendar
/
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=SEARCH_VALUES value=explode(',',$SEARCH_INFO['searchValue'])} <select class="select2 listSearchContributor" name="{$FIELD_MODEL->get('name')}" multiple style="width:150px;" data-fieldinfo='{$FIELD_INFO|escape}'> {foreach item=PICKLIST_LABEL key=PICKLIST_KEY from=$PICKLIST_VALUES} <option value="{$PICKLIST_KEY}" {if in_array($PICKLIST_KEY,$SEARCH_VALUES)} selected{/if}>{$PICKLIST_LABEL}</option> {/foreach} <option value="Task" {if in_array("Task",$SEARCH_VALUES)} selected{/if}>{vtranslate('LBL_TODOS',$MODULE)}</option> </select> {/strip}
[+]
..
[-] ActivityPicklistFieldSearchView.tpl
[edit]
[-] DateTime.tpl
[edit]
[-] StatusPickListFieldSearchView.tpl
[edit]