PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Vtiger
/
uitypes
{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("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=FIELD_VALUE value=$FIELD_MODEL->getEditViewDisplayValue($FIELD_MODEL->get('fieldvalue'), $BLOCK_FIELDS)} {assign var="TIME_FORMAT" value=$USER_MODEL->get('hour_format')} {if (!$FIELD_NAME)} {assign var="FIELD_NAME" value=$FIELD_MODEL->getFieldName()} {/if} <div class="input-group inputElement time"> <input id="{$MODULE}_editView_fieldName_{$FIELD_NAME}" type="text" data-format="{$TIME_FORMAT}" class="timepicker-default form-control" value="{$FIELD_VALUE}" name="{$FIELD_NAME}" {if !empty($SPECIAL_VALIDATOR)}data-validator='{Zend_Json::encode($SPECIAL_VALIDATOR)}'{/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-time="true"/> <span class="input-group-addon" style="width: 30px;"> <i class="fa fa-clock-o"></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]