PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Vtiger
{*<!-- /********************************************************************************* ** 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} <table class="summary-table" style="width:100%;"> <tbody> {foreach item=FIELD_MODEL key=FIELD_NAME from=$SUMMARY_RECORD_STRUCTURE['SUMMARY_FIELDS']} {if $FIELD_MODEL->get('name') neq 'modifiedtime' && $FIELD_MODEL->get('name') neq 'createdtime'} <tr class="summaryViewEntries"> <td class="fieldLabel" style="width:35%"><label class="muted">{vtranslate($FIELD_MODEL->get('label'),$MODULE_NAME)}</label></td> <td class="fieldValue" style="width:65%"> <div class="row-fluid"> <span class="value" {if $FIELD_MODEL->get('uitype') eq '19' or $FIELD_MODEL->get('uitype') eq '20' or $FIELD_MODEL->get('uitype') eq '21'}style="word-wrap: break-word;white-space:pre-wrap;"{/if}> {include file=$FIELD_MODEL->getUITypeModel()->getDetailViewTemplateName()|@vtemplate_path FIELD_MODEL=$FIELD_MODEL USER_MODEL=$USER_MODEL MODULE=$MODULE_NAME RECORD=$RECORD} </span> {if $FIELD_MODEL->isEditable() eq 'true' && ($FIELD_MODEL->getFieldDataType()!=Vtiger_Field_Model::REFERENCE_TYPE) && $IS_AJAX_ENABLED && $FIELD_MODEL->isAjaxEditable() eq 'true' && $FIELD_MODEL->get('uitype') neq 69} <span class="hide edit"> {include file=vtemplate_path($FIELD_MODEL->getUITypeModel()->getTemplateName(),$MODULE_NAME) FIELD_MODEL=$FIELD_MODEL USER_MODEL=$USER_MODEL MODULE=$MODULE_NAME} {if $FIELD_MODEL->getFieldDataType() eq 'multipicklist'} <input type="hidden" class="fieldname" value='{$FIELD_MODEL->get('name')}[]' data-prev-value='{$FIELD_MODEL->getDisplayValue($FIELD_MODEL->get('fieldvalue'))}' /> {else} <input type="hidden" class="fieldname" value='{$FIELD_MODEL->get('name')}' data-prev-value='{$FIELD_MODEL->get('fieldvalue')}' /> {/if} </span> <span class="summaryViewEdit cursorPointer pull-right"> <i class="icon-pencil" title="{vtranslate('LBL_EDIT',$MODULE_NAME)}"></i> </span> {/if} </div> </td> </tr> {/if} {/foreach} </tbody> </table> <hr> <div class="row-fluid"> <div class="span4 toggleViewByMode"> {assign var="CURRENT_VIEW" value="full"} {assign var="CURRENT_MODE_LABEL" value="{vtranslate('LBL_COMPLETE_DETAILS',{$MODULE_NAME})}"} <button type="button" class="btn changeDetailViewMode cursorPointer"><strong>{vtranslate('LBL_SHOW_FULL_DETAILS',$MODULE_NAME)}</strong></button> {assign var="FULL_MODE_URL" value={$RECORD->getDetailViewUrl()|cat:'&mode=showDetailViewByMode&requestMode=full'} } <input type="hidden" name="viewMode" value="{$CURRENT_VIEW}" data-nextviewname="full" data-currentviewlabel="{$CURRENT_MODE_LABEL}" data-full-url="{$FULL_MODE_URL}" /> </div> <div class="span8"> <div class="pull-right"> <div> <p> <small> {vtranslate('LBL_CREATED_ON',$MODULE_NAME)} {Vtiger_Util_Helper::formatDateTimeIntoDayString($RECORD->get('createdtime'))} </small> </p> </div> <div> <p> <small> {vtranslate('LBL_MODIFIED_ON',$MODULE_NAME)} {Vtiger_Util_Helper::formatDateTimeIntoDayString($RECORD->get('modifiedtime'))} </small> </p> </div> </div> </div> </div> {/strip}
[+]
..
[-] ModuleSummaryView.tpl
[edit]
[-] EmailRelatedList.tpl
[edit]
[-] IndexViewPreProcess.tpl
[edit]
[-] Header.tpl
[edit]
[-] EditViewBlocks.tpl
[edit]
[-] AdvanceFilter.tpl
[edit]
[-] ListViewContents.tpl
[edit]
[-] RecordNamesList.tpl
[edit]
[-] ShowTagCloud.tpl
[edit]
[-] MergeRecords.tpl
[edit]
[-] ToggleButton.tpl
[edit]
[-] PopupSearch.tpl
[edit]
[-] TooltipContents.tpl
[edit]
[-] UI5EmbedView.tpl
[edit]
[+]
uitypes
[-] UnifiedSearchResults.tpl
[edit]
[-] DetailView.tpl
[edit]
[-] ComposeEmailForm.tpl
[edit]
[-] ListViewHeader.tpl
[edit]
[-] EditViewActions.tpl
[edit]
[-] DetailViewHeader.tpl
[edit]
[-] NoComments.tpl
[edit]
[-] LeftPanelShowHide.tpl
[edit]
[-] SummaryViewWidgets.tpl
[edit]
[-] AdvanceFilterCondition.tpl
[edit]
[-] DocumentsSummaryWidgetContents.tpl
[edit]
[-] ListViewPostProcess.tpl
[edit]
[-] ModalFooter.tpl
[edit]
[-] TagCloudResults.tpl
[edit]
[-] Comment.tpl
[edit]
[-] QuickCreate.tpl
[edit]
[-] DetailViewBlockView.tpl
[edit]
[-] ListViewPreProcess.tpl
[edit]
[-] FindDuplicatePreProcess.tpl
[edit]
[-] showDuplicateSearch.tpl
[edit]
[-] BasicHeader.tpl
[edit]
[-] RelatedActivities.tpl
[edit]
[-] MassEditForm.tpl
[edit]
[-] Index.tpl
[edit]
[-] FindDuplicateHeader.tpl
[edit]
[-] RelatedList.tpl
[edit]
[-] AddCommentForm.tpl
[edit]
[-] ContactsSummaryWidgetContents.tpl
[edit]
[-] AdvanceSearch.tpl
[edit]
[-] ListViewActions.tpl
[edit]
[-] FindDuplicateContents.tpl
[edit]
[-] SummaryViewContents.tpl
[edit]
[-] CommentsListIteration.tpl
[edit]
[-] LineItemTemplate.tpl
[edit]
[-] SummaryWidgets.tpl
[edit]
[-] TransferRecordOwnership.tpl
[edit]
[-] ShowAllComments.tpl
[edit]
[-] ProjectMilestoneSummaryWidgetContents.tpl
[edit]
[-] CommentThreadList.tpl
[edit]
[-] SideBarLinks.tpl
[edit]
[-] PopupFooter.tpl
[edit]
[-] DetailViewPostProcess.tpl
[edit]
[-] HelpDeskSummaryWidgetContents.tpl
[edit]
[-] DetailViewHeaderTitle.tpl
[edit]
[-] IndexMenuStart.tpl
[edit]
[-] ListViewSidebar.tpl
[edit]
[-] MenuBar.tpl
[edit]
[-] IndexPostProcess.tpl
[edit]
[-] ProjectTaskSummaryWidgetContents.tpl
[edit]
[-] RecentActivities.tpl
[edit]
[-] SendSMSForm.tpl
[edit]
[-] DetailViewPreProcess.tpl
[edit]
[+]
resources
[-] PopupContents.tpl
[edit]
[-] SideBar.tpl
[edit]
[-] Popup.tpl
[edit]
[-] ProductsSummaryWidgetContents.tpl
[edit]
[-] SideBarWidgets.tpl
[edit]
[+]
dashboards
[+]
browsercompatibility
[-] RecentComments.tpl
[edit]
[-] DetailViewSidebar.tpl
[edit]
[-] CommonActions.tpl
[edit]
[-] OperationNotPermitted.tpl
[edit]
[-] Export.tpl
[edit]
[-] CommentsList.tpl
[edit]
[-] DetailViewFullContents.tpl
[edit]
[-] EditView.tpl
[edit]
[-] DetailViewSummaryContents.tpl
[edit]
[-] Footer.tpl
[edit]
[-] JSResources.tpl
[edit]
[-] SelectEmailFields.tpl
[edit]