PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
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=$FIELD_MODEL->getFieldInfo()} {assign var="SPECIAL_VALIDATOR" value=$FIELD_MODEL->getValidator()} {assign var="dateFormat" value=$USER_MODEL->get('date_format')} {if (!$FIELD_NAME)} {assign var="FIELD_NAME" value=$FIELD_MODEL->getFieldName()} {/if} <div class="input-group inputElement" style="margin-bottom: 3px"> <input id="{$MODULE}_editView_fieldName_{$FIELD_NAME}" type="text" class="dateField form-control {if $IGNOREUIREGISTRATION}ignore-ui-registration{/if}" data-fieldname="{$FIELD_NAME}" data-fieldtype="date" name="{$FIELD_NAME}" data-date-format="{$dateFormat}" value="{$FIELD_MODEL->getEditViewDisplayValue($FIELD_MODEL->get('fieldvalue'))}" {if !empty($SPECIAL_VALIDATOR)}data-validator='{Zend_Json::encode($SPECIAL_VALIDATOR)}'{/if} {if $MODE eq 'edit' && $FIELD_NAME eq 'due_date'} data-user-changed-time="true" {/if} {if $FIELD_INFO["mandatory"] eq true} data-rule-required="true" {/if} {if count($FIELD_INFO['validator'])} data-specific-rules='{ZEND_JSON::encode($FIELD_INFO["validator"])}' {/if} data-rule-date="true" /> <span class="input-group-addon"><i class="fa fa-calendar "></i></span> </div> {/strip}
[+]
..
[-] Picklist.tpl
[edit]
[-] OwnerFieldSearchView.tpl
[edit]
[-] MultiPicklist.tpl
[edit]
[-] Theme.tpl
[edit]
[-] RecurrenceDetailView.tpl
[edit]
[-] DateTime.tpl
[edit]
[-] Boolean.tpl
[edit]
[-] FieldSearchView.tpl
[edit]
[-] Phone.tpl
[edit]
[-] Recurrence.tpl
[edit]
[-] Reference.tpl
[edit]
[-] Email.tpl
[edit]
[-] DocumentsFileUpload.tpl
[edit]
[-] PhoneDetailView.tpl
[edit]
[-] DocumentsFolder.tpl
[edit]
[-] StringDetailView.tpl
[edit]
[-] Date.tpl
[edit]
[-] Salutation.tpl
[edit]
[-] BooleanFieldSearchView.tpl
[edit]
[-] Owner.tpl
[edit]
[-] Time.tpl
[edit]
[-] Reminder.tpl
[edit]
[-] MultiSelectFieldSearchView.tpl
[edit]
[-] DateFieldSearchView.tpl
[edit]
[-] ImageDetailView.tpl
[edit]
[-] Percentage.tpl
[edit]
[-] MultiOwner.tpl
[edit]
[-] File.tpl
[edit]
[-] Url.tpl
[edit]
[-] CurrencyListFieldSearchView.tpl
[edit]
[-] FileLocationType.tpl
[edit]
[-] String.tpl
[edit]
[-] OwnerGroup.tpl
[edit]
[-] Image.tpl
[edit]
[-] Text.tpl
[edit]
[-] SalutationDetailView.tpl
[edit]
[-] UserRole.tpl
[edit]
[-] Currency.tpl
[edit]
[-] ProductTax.tpl
[edit]
[-] Number.tpl
[edit]
[-] PickListFieldSearchView.tpl
[edit]
[-] TimeFieldSearchView.tpl
[edit]
[-] DocumentsFolderFieldSearchView.tpl
[edit]
[-] Password.tpl
[edit]
[-] OwnerGroupFieldSearchView.tpl
[edit]
[-] FilelocationtypeFieldSearchView.tpl
[edit]
[-] CurrencyList.tpl
[edit]
[-] ReminderDetailView.tpl
[edit]