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} <div class="showAllTagContainer hide"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <form class="detailShowAllModal"> {assign var="TITLE" value="{vtranslate('LBL_ADD_OR_SELECT_TAG',$MODULE,$RECORD_NAME)}"} {include file="ModalHeader.tpl"|vtemplate_path:$MODULE} <div class="modal-body"> <div class="row"> <div class="col-lg-6 selectTagContainer"> <div class="form-group"> <label class="control-label"> {vtranslate('LBL_CURRENT_TAGS',$MODULE)} </label> <div class="currentTagScroll"> <div class="currentTag multiLevelTagList form-control"> <span class="noTagsPlaceHolder" style="padding:3px;display:none;border:1px solid transparent;color:#999"> {vtranslate('LBL_NO_TAG_EXISTS',$MODULE)} </span> {foreach item=TAG_MODEL from=$TAGS_LIST} {include file="Tag.tpl"|vtemplate_path:$MODULE } {/foreach} </div> </div> </div> <div class="form-group"> <label class="control-label"> {vtranslate('LBL_SELECT_FROM_AVAIL_TAG', $MODULE)} </label> <div class="dropdown"> <input class="form-control currentTagSelector dropdown-toggle" data-toggle="dropdown" placeholder="{vtranslate('LBL_SELECT_EXISTING_TAG',$MODULE)}" /> <div class="dropdown-menu currentTagMenu"> <div class="scrollable" style="max-height:300px"> <ul style="padding-left:0px;"> {foreach item=TAG_MODEL from=$ALL_USER_TAGS} {if array_key_exists($TAG_MODEL->getId(), $TAGS_LIST)} {continue} {/if} <li class="tag-item list-group-item"> <a style="margin-left:0px;"> {include file="Tag.tpl"|vtemplate_path:$MODULE NO_DELETE=true NO_EDIT=true} </a> </li> {/foreach} <li class="dummyExistingTagElement tag-item list-group-item hide"> <a style="margin-left:0px;"> {assign var=TAG_MODEL value=Vtiger_Tag_Model::getCleanInstance()} {include file="Tag.tpl"|vtemplate_path:$MODULE NO_DELETE=true NO_EDIT=true} </a> </li> <li class="tag-item list-group-item"> <span class="noTagExistsPlaceHolder" style="padding:3px;color:#999"> {vtranslate('LBL_NO_TAG_EXISTS',$MODULE)} </span> </li> </ul> </div> </div> </div> </div> </div> <div class=" col-lg-6 selectTagContainerborder"> <div class="form-group"> <label class="control-label"> {vtranslate('LBL_CREATE_NEW_TAG',$MODULE)} </label> <div> <input name="createNewTag" value="" class="form-control" placeholder="{vtranslate('LBL_ENTER_TAG_NAME',$MODULE)}"/> </div> </div> <div class="form-group"> <div> <div class="checkbox"> <label> <input type="hidden" name="visibility" value="{Vtiger_Tag_Model::PRIVATE_TYPE}"/> <input type="checkbox" name="visibility" value="{Vtiger_Tag_Model::PUBLIC_TYPE}" /> {vtranslate('LBL_SHARE_TAGS',$MODULE)} </label> </div> <div class="pull-right"></div> </div> </div> <div class="form-group"> <div class=" vt-default-callout vt-info-callout tagInfoblock"> <h5 class="vt-callout-header"> <span class="fa fa-info-circle"></span> Info </h5> <div>{vtranslate('LBL_TAG_SEPARATOR_DESC', $MODULE)}</div><br> <div>{vtranslate('LBL_SHARED_TAGS_ACCESS',$QUALIFIED_MODULE)}</div><br> <div>{vtranslate('LBL_GOTO_TAGS', $MODULE)}</div> </div> </div> </div> </div> </div> {include file="ModalFooter.tpl"|vtemplate_path:$MODULE} </form> </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]