PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Vtiger
{*+********************************************************************************** * 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} {* Change to this also refer: AddCommentForm.tpl *} {assign var="COMMENT_TEXTAREA_DEFAULT_ROWS" value="2"} {assign var="PRIVATE_COMMENT_MODULES" value=Vtiger_Functions::getPrivateCommentModules()} {assign var=IS_CREATABLE value=$COMMENTS_MODULE_MODEL->isPermitted('CreateView')} {assign var=IS_EDITABLE value=$COMMENTS_MODULE_MODEL->isPermitted('EditView')} <div class="commentContainer recentComments"> <div class="commentTitle"> {if $IS_CREATABLE} <div class="addCommentBlock"> <div class="row"> <div class=" col-lg-12"> <div class="commentTextArea "> <textarea name="commentcontent" class="commentcontent form-control col-lg-12" placeholder="{vtranslate('LBL_POST_YOUR_COMMENT_HERE', $MODULE_NAME)}" rows="{$COMMENT_TEXTAREA_DEFAULT_ROWS}"></textarea> </div> </div> </div> <div class='row'> <div class="col-xs-6 pull-right paddingTop5 paddingLeft0"> <div style="text-align: right;"> {if in_array($MODULE_NAME, $PRIVATE_COMMENT_MODULES)} <div class="" style="margin: 7px 0;"> <label> <input type="checkbox" id="is_private" style="margin:2px 0px -2px 0px"> {vtranslate('LBL_INTERNAL_COMMENT')} </label> <i class="fa fa-question-circle cursorPointer" data-toggle="tooltip" data-placement="top" data-original-title="{vtranslate('LBL_INTERNAL_COMMENT_INFO')}"></i> </div> {/if} <button class="btn btn-success btn-sm detailViewSaveComment" type="button" data-mode="add">{vtranslate('LBL_POST', $MODULE_NAME)}</button> </div> </div> <div class="col-xs-6 pull-left"> {include file=vtemplate_path($FIELD_MODEL->getUITypeModel()->getTemplateName(),$MODULE_NAME) MODULE="ModComments"} </div> </div> </div> {/if} </div> <hr> <div class="recentCommentsHeader row"> <h4 class="display-inline-block col-lg-7 textOverflowEllipsis" title="{vtranslate('LBL_RECENT_COMMENTS', $MODULE_NAME)}"> {vtranslate('LBL_RECENT_COMMENTS', $MODULE_NAME)} </h4> {if $MODULE_NAME ne 'Leads'} <div class="col-lg-5 commentHeader pull-right" style="margin-top:5px;text-align:right;padding-right:20px;"> <div class="display-inline-block"> <span class="">{vtranslate('LBL_ROLL_UP',$QUALIFIED_MODULE)} </span> <span class="fa fa-question-circle" data-toggle="tooltip" data-placement="top" title="{vtranslate('LBL_ROLLUP_COMMENTS_INFO',$QUALIFIED_MODULE)}"></span> </div> <input type="checkbox" class="bootstrap-switch pull-right" id="rollupcomments" hascomments="1" startindex="{$STARTINDEX}" data-view="summary" rollupid="{$ROLLUPID}" rollup-status="{$ROLLUP_STATUS}" module="{$MODULE_NAME}" record="{$PARENT_RECORD}" checked data-on-color="success"/> </div> {/if} </div> <div class="commentsBody"> {if !empty($COMMENTS)} <div class="recentCommentsBody container-fluid"> {assign var=COMMENTS_COUNT value=count($COMMENTS)} {foreach key=index item=COMMENT from=$COMMENTS} {assign var=CREATOR_NAME value={decode_html($COMMENT->getCommentedByName())}} <div class="commentDetails"> <div class="singleComment" {if $COMMENT->get('is_private')}style="background: #fff9ea;"{/if}> <input type="hidden" name='is_private' value="{$COMMENT->get('is_private')}"> {assign var=PARENT_COMMENT_MODEL value=$COMMENT->getParentCommentModel()} {assign var=CHILD_COMMENTS_MODEL value=$COMMENT->getChildComments()} <div class="row"> <div class="col-lg-12"> <div class="media"> <div class="media-left title"> <div class="col-lg-2 recordImage commentInfoHeader" data-commentid="{$COMMENT->getId()}" data-parentcommentid="{$COMMENT->get('parent_comments')}" data-relatedto = "{$COMMENT->get('related_to')}"> {assign var=IMAGE_PATH value=$COMMENT->getImagePath()} {if !empty($IMAGE_PATH)} <img src="{$IMAGE_PATH}" width="40px" height="40px" align="left"> {else} <div class="name"><span><strong> {$CREATOR_NAME|mb_substr:0:2|escape:"html"} </strong></span></div> {/if} </div> </div> <div class="media-body" style="width:100%"> <div class="comment" style="line-height:1;"> <span class="creatorName"> {$CREATOR_NAME} </span> {if $ROLLUP_STATUS and ($COMMENT->get('module') ne $MODULE_NAME or $COMMENT->get('related_to') ne $PARENT_RECORD)} {assign var=SINGULR_MODULE value='SINGLE_'|cat:$COMMENT->get('module')} {assign var=ENTITY_NAME value=getEntityName($COMMENT->get('module'), array($COMMENT->get('related_to')))} <span class="text-muted wordbreak display-inline-block"> {vtranslate('LBL_ON','Vtiger')} {vtranslate($SINGULR_MODULE,$COMMENT->get('module'))} <a href="index.php?module={$COMMENT->get('module')}&view=Detail&record={$COMMENT->get('related_to')}" style="color: blue;"> {$ENTITY_NAME[$COMMENT->get('related_to')]} </a> </span> {/if} <span class="commentTime text-muted cursorDefault"> <small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString($COMMENT->getCommentedTime())}">{Vtiger_Util_Helper::formatDateDiffInStrings($COMMENT->getCommentedTime())}</small> </span> <div class="commentInfoContentBlock"> {assign var=COMMENT_CONTENT value={nl2br($COMMENT->get('commentcontent'))}} {if $COMMENT_CONTENT} {assign var=DISPLAYNAME value={decode_html($COMMENT_CONTENT)}} {assign var=MAX_LENGTH value=200} <span class="commentInfoContent" data-maxlength="{$MAX_LENGTH}" style="display: block" data-fullComment="{$COMMENT_CONTENT|escape:"html"}" data-shortComment="{$DISPLAYNAME|mb_substr:0:200|escape:"html"}..." data-more='{vtranslate('LBL_SHOW_MORE',$MODULE)}' data-less='{vtranslate('LBL_SHOW',$MODULE)} {vtranslate('LBL_LESS',$MODULE)}'> {if $DISPLAYNAME|count_characters:true gt $MAX_LENGTH} {mb_substr(trim($DISPLAYNAME),0,$MAX_LENGTH)}... <a class="pull-right toggleComment showMore" style="color: blue;"><small>{vtranslate('LBL_SHOW_MORE',$MODULE)}</small></a> {else} {$COMMENT_CONTENT} {/if} </span> {/if} </div> {assign var="FILE_DETAILS" value=$COMMENT->getFileNameAndDownloadURL()} {foreach key=index item=FILE_DETAIL from=$FILE_DETAILS} {assign var="FILE_NAME" value=$FILE_DETAIL['trimmedFileName']} {if !empty($FILE_NAME)} <div class="commentAttachmentName"> <div class="filePreview clearfix"> <span class="fa fa-paperclip cursorPointer" ></span> <a class="previewfile" onclick="Vtiger_Detail_Js.previewFile(event,{$COMMENT->get('id')},{$FILE_DETAIL['attachmentId']});" data-filename="{$FILE_NAME}" href="javascript:void(0)" name="viewfile" style="color: blue;"> <span title="{$FILE_DETAIL['rawFileName']}" style="line-height:1.5em;">{$FILE_NAME}</span>  </a> <a name="downloadfile" href="{$FILE_DETAIL['url']}" style="color: blue;"> <i title="{vtranslate('LBL_DOWNLOAD_FILE',$MODULE_NAME)}" class="hide fa fa-download alignMiddle" ></i> </a> </div> </div> {/if} {/foreach} <div class="commentActionsContainer" style="margin-top: 2px;"> <span> {if $PARENT_COMMENT_MODEL neq false or $CHILD_COMMENTS_MODEL neq null} <a href="javascript:void(0);" class="cursorPointer detailViewThread" style="color: blue;">{vtranslate('LBL_VIEW_THREAD',$MODULE_NAME)}</a> {/if} </span> <span class="summarycommemntActionblock" > {if $IS_CREATABLE} {if $PARENT_COMMENT_MODEL neq false or $CHILD_COMMENTS_MODEL neq null}<span> | </span>{/if} <a href="javascript:void(0);" class="cursorPointer replyComment feedback" style="color: blue;"> {vtranslate('LBL_REPLY',$MODULE_NAME)} </a> {/if} {if $CURRENTUSER->getId() eq $COMMENT->get('userid') && $IS_EDITABLE} {if $IS_CREATABLE} {/if} <a href="javascript:void(0);" class="cursorPointer editComment feedback" style="color: blue;"> {vtranslate('LBL_EDIT',$MODULE_NAME)} </a> {/if} </span> </div> {if $COMMENT->getCommentedTime() neq $COMMENT->getModifiedTime()} <br> <div class="row commentEditStatus" name="editStatus"> {assign var="REASON_TO_EDIT" value=$COMMENT->get('reasontoedit')} {if $REASON_TO_EDIT} <span class="text-muted col-lg-5 col-md-5 col-sm-5"> <small>{vtranslate('LBL_EDIT_REASON',$MODULE_NAME)} : <span name="editReason" class="textOverflowEllipsis">{nl2br($REASON_TO_EDIT)}</span></small> </span> {/if} <span {if $REASON_TO_EDIT}class="col-lg-7 col-md-7 col-sm-7"{/if}> <p class="text-muted pull-right" {if !$REASON_TO_EDIT}style="margin-right: 15px;"{/if}> <small>{vtranslate('LBL_COMMENT',$MODULE_NAME)} {strtolower(vtranslate('LBL_MODIFIED',$MODULE_NAME))}</small> <small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString($COMMENT->getModifiedTime())}" class="commentModifiedTime">{Vtiger_Util_Helper::formatDateDiffInStrings($COMMENT->getModifiedTime())}</small> </p> </span> </div> {/if} <br> </div> </div> </div> </div> </div> </div> </div> {if $index+1 neq $COMMENTS_COUNT} <hr style="margin-top:0; margin-bottom: 10px;"> {/if} {/foreach} </div> {else} {include file="NoComments.tpl"|@vtemplate_path} {/if} {if $PAGING_MODEL->isNextPageExists()} <div class="row"> <div class="textAlignCenter"> <a href="javascript:void(0)" class="moreRecentComments" style="color: blue;">{vtranslate('LBL_SHOW_MORE',$MODULE_NAME)}</a> </div> </div> {/if} </div> <div class="hide basicAddCommentBlock container-fluid" style="min-height: 110px;"> <div class="commentTextArea row"> <textarea name="commentcontent" class="commentcontent col-lg-12" placeholder="{vtranslate('LBL_ADD_YOUR_COMMENT_HERE', $MODULE_NAME)}" rows="{$COMMENT_TEXTAREA_DEFAULT_ROWS}"></textarea> </div> <div class="pull-right row"> {if in_array($MODULE_NAME, $PRIVATE_COMMENT_MODULES)} <div class="checkbox"> <label> <input type="checkbox" id="is_private"> {vtranslate('LBL_INTERNAL_COMMENT')} </label> </div> {/if} <button class="btn btn-success btn-sm detailViewSaveComment" type="button" data-mode="add">{vtranslate('LBL_POST', $MODULE_NAME)}</button> <a href="javascript:void(0);" class="cursorPointer closeCommentBlock cancelLink" type="reset">{vtranslate('LBL_CANCEL', $MODULE_NAME)}</a> </div> </div> <div class="hide basicEditCommentBlock container-fluid" style="min-height: 150px;"> <div class="row commentArea" > <input style="width:100%;height:30px;" type="text" name="reasonToEdit" placeholder="{vtranslate('LBL_REASON_FOR_CHANGING_COMMENT', $MODULE_NAME)}" class="input-block-level"/> </div> <div class="row" style="padding-bottom: 10px;"> <div class="commentTextArea"> <textarea name="commentcontent" class="commentcontenthidden col-lg-12" placeholder="{vtranslate('LBL_ADD_YOUR_COMMENT_HERE', $MODULE_NAME)}" rows="{$COMMENT_TEXTAREA_DEFAULT_ROWS}"></textarea> </div> </div> <input type="hidden" name="is_private"> <div class="pull-right row"> <button class="btn btn-success btn-sm detailViewSaveComment" type="button" data-mode="edit">{vtranslate('LBL_POST', $MODULE_NAME)}</button> <a href="javascript:void(0);" class="cursorPointer closeCommentBlock cancelLink" type="reset">{vtranslate('LBL_CANCEL', $MODULE_NAME)}</a> </div> </div> </div> {/strip}
[+]
..
[-] ProjectTaskSummaryWidgetContents.tpl
[edit]
[-] RelatedActivities.tpl
[edit]
[-] DetailViewPreProcess.tpl
[edit]
[-] ProjectMilestoneSummaryWidgetContents.tpl
[edit]
[-] JSResources.tpl
[edit]
[-] NotAccessible.tpl
[edit]
[-] ExtensionLogDetail.tpl
[edit]
[-] SummaryViewContents.tpl
[edit]
[-] OverlayDetailView.tpl
[edit]
[-] AdvanceFilterCondition.tpl
[edit]
[-] HelpDeskSummaryWidgetContents.tpl
[edit]
[-] InventoryQuickPreview.tpl
[edit]
[-] SummaryViewWidgets.tpl
[edit]
[-] showMergeTemplates.tpl
[edit]
[-] ContactsSummaryWidgetContents.tpl
[edit]
[+]
uitypes
[-] PopupNavigation.tpl
[edit]
[+]
partials
[-] AdvanceSearch.tpl
[edit]
[-] SummaryWidgets.tpl
[edit]
[-] SendSMSForm.tpl
[edit]
[-] OperationNotPermitted.tpl
[edit]
[-] DocumentsSummaryWidgetContents.tpl
[edit]
[-] UnifiedSearchResultsContents.tpl
[edit]
[-] DetailViewHeaderFieldsView.tpl
[edit]
[-] ListViewActions.tpl
[edit]
[-] CommentsListIteration.tpl
[edit]
[-] ComposeEmailForm.tpl
[edit]
[-] CommentsList.tpl
[edit]
[-] RecentComments.tpl
[edit]
[-] Popup.tpl
[edit]
[-] SearchResults.tpl
[edit]
[-] AddTagUI.tpl
[edit]
[-] TransferRecordOwnership.tpl
[edit]
[-] ListViewRecordActions.tpl
[edit]
[-] ShowAllComments.tpl
[edit]
[-] FindDuplicateContents.tpl
[edit]
[+]
resources
[-] DetailViewHeader.tpl
[edit]
[-] ModalHeader.tpl
[edit]
[-] PopupFooter.tpl
[edit]
[-] OverlaySummaryView.tpl
[edit]
[-] DetailViewHeaderTitle.tpl
[edit]
[-] InventoryListViewQuickPreview.tpl
[edit]
[-] Header.tpl
[edit]
[-] EmailRelatedList.tpl
[edit]
[-] ModuleSummaryView.tpl
[edit]
[-] PopupContents.tpl
[edit]
[-] ListColumnsEdit.tpl
[edit]
[-] ProductsSummaryWidgetContents.tpl
[edit]
[-] ListViewContents.tpl
[edit]
[-] vtiger7ComingSoon.tpl
[edit]
[-] QuickViewCommentsList.tpl
[edit]
[-] ListViewPreProcess.tpl
[edit]
[-] EditView.tpl
[edit]
[-] DetailViewPostProcess.tpl
[edit]
[-] ListViewQuickPreview.tpl
[edit]
[-] RedirectToEditView.tpl
[edit]
[-] IndexViewPreProcess.tpl
[edit]
[+]
dashboards
[-] ListViewHeader.tpl
[edit]
[-] ModuleHeader.tpl
[edit]
[-] RelatedList.tpl
[edit]
[-] Export.tpl
[edit]
[-] EmailPreviewPrint.tpl
[edit]
[-] NoComments.tpl
[edit]
[-] Tag.tpl
[edit]
[-] SelectEmailFields.tpl
[edit]
[-] UI5EmbedView.tpl
[edit]
[-] PDFViewer.tpl
[edit]
[-] Footer.tpl
[edit]
[-] FindDuplicatePostProcess1.tpl
[edit]
[-] TagCloudResults.tpl
[edit]
[-] ListViewQuickPreviewSectionHeader.tpl
[edit]
[-] DetailViewTagList.tpl
[edit]
[-] Comment.tpl
[edit]
[-] QuickCreate.tpl
[edit]
[-] BreadCrumbs.tpl
[edit]
[-] DetailViewFullContents.tpl
[edit]
[-] ShowTagCloud.tpl
[edit]
[-] PicklistColorMap.tpl
[edit]
[-] RecentActivities.tpl
[edit]
[-] FindDuplicatePreProcess.tpl
[edit]
[-] ModalFooter.tpl
[edit]
[-] MergeRecords.tpl
[edit]
[-] ListViewQuickPreviewHeaderTitle.tpl
[edit]
[-] DetailViewActions.tpl
[edit]
[-] AddCommentFooter.tpl
[edit]
[-] AddDashBoardTabForm.tpl
[edit]
[-] AdvanceFilter.tpl
[edit]
[-] Pagination.tpl
[edit]
[-] DetailViewSummaryContents.tpl
[edit]
[-] AddCommentForm.tpl
[edit]
[-] ListViewPostProcess.tpl
[edit]
[-] IndexPostProcess.tpl
[edit]
[-] ExtensionListImportLog.tpl
[edit]
[-] RecordNamesList.tpl
[edit]
[-] OverlayEditView.tpl
[edit]
[-] RecipientPreferences.tpl
[edit]
[-] MassEditForm.tpl
[edit]
[-] TooltipContents.tpl
[edit]
[-] EmailPreview.tpl
[edit]
[-] History.tpl
[edit]
[-] ModuleSearchResults.tpl
[edit]
[-] UnifiedSearchResults.tpl
[edit]
[-] DetailViewBlockView.tpl
[edit]
[-] ModuleRelatedTabs.tpl
[edit]
[-] showDuplicateSearch.tpl
[edit]
[-] ExtensionListLog.tpl
[edit]
[-] Index.tpl
[edit]
[-] CommentThreadList.tpl
[edit]
[-] FindDuplicateHeader.tpl
[edit]