PATH:
home
/
letacommog
/
crmleta
/
test
/
templates_c
/
v7
<?php /* Smarty version Smarty-3.1.7, created on 2019-01-07 17:55:56 compiled from "/home/letacommog/crmleta/includes/runtime/../../layouts/v7/modules/Vtiger/AddTagUI.tpl" */ ?> <?php /*%%SmartyHeaderCode:19736593905c3392ac75d4f1-64806160%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'fd52a64909288aead39c7a01e7365040fd356ac8' => array ( 0 => '/home/letacommog/crmleta/includes/runtime/../../layouts/v7/modules/Vtiger/AddTagUI.tpl', 1 => 1546877936, 2 => 'file', ), ), 'nocache_hash' => '19736593905c3392ac75d4f1-64806160', 'function' => array ( ), 'variables' => array ( 'MODULE' => 0, 'RECORD_NAME' => 0, 'TAGS_LIST' => 0, 'ALL_USER_TAGS' => 0, 'TAG_MODEL' => 0, 'QUALIFIED_MODULE' => 0, ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.7', 'unifunc' => 'content_5c3392ac79c42', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_5c3392ac79c42')) {function content_5c3392ac79c42($_smarty_tpl) {?> <div class="showAllTagContainer hide"><div class="modal-dialog modal-lg"><div class="modal-content"><form class="detailShowAllModal"><?php ob_start();?><?php echo vtranslate('LBL_ADD_OR_SELECT_TAG',$_smarty_tpl->tpl_vars['MODULE']->value,$_smarty_tpl->tpl_vars['RECORD_NAME']->value);?> <?php $_tmp1=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["TITLE"] = new Smarty_variable($_tmp1, null, 0);?><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModalHeader.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?> <div class="modal-body"><div class="row"><div class="col-lg-6 selectTagContainer"><div class="form-group"><label class="control-label"><?php echo vtranslate('LBL_CURRENT_TAGS',$_smarty_tpl->tpl_vars['MODULE']->value);?> </label><div class="currentTagScroll"><div class="currentTag multiLevelTagList form-control"><span class="noTagsPlaceHolder" style="padding:3px;display:none;border:1px solid transparent;color:#999"><?php echo vtranslate('LBL_NO_TAG_EXISTS',$_smarty_tpl->tpl_vars['MODULE']->value);?> </span><?php $_smarty_tpl->tpl_vars['TAG_MODEL'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['TAG_MODEL']->_loop = false; $_from = $_smarty_tpl->tpl_vars['TAGS_LIST']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['TAG_MODEL']->key => $_smarty_tpl->tpl_vars['TAG_MODEL']->value){ $_smarty_tpl->tpl_vars['TAG_MODEL']->_loop = true; ?><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("Tag.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?> <?php } ?></div></div></div><div class="form-group"><label class="control-label"><?php echo vtranslate('LBL_SELECT_FROM_AVAIL_TAG',$_smarty_tpl->tpl_vars['MODULE']->value);?> </label><div class="dropdown"><input class="form-control currentTagSelector dropdown-toggle" data-toggle="dropdown" placeholder="<?php echo vtranslate('LBL_SELECT_EXISTING_TAG',$_smarty_tpl->tpl_vars['MODULE']->value);?> " /><div class="dropdown-menu currentTagMenu"><div class="scrollable" style="max-height:300px"><ul style="padding-left:0px;"><?php $_smarty_tpl->tpl_vars['TAG_MODEL'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['TAG_MODEL']->_loop = false; $_from = $_smarty_tpl->tpl_vars['ALL_USER_TAGS']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['TAG_MODEL']->key => $_smarty_tpl->tpl_vars['TAG_MODEL']->value){ $_smarty_tpl->tpl_vars['TAG_MODEL']->_loop = true; ?><?php if (array_key_exists($_smarty_tpl->tpl_vars['TAG_MODEL']->value->getId(),$_smarty_tpl->tpl_vars['TAGS_LIST']->value)){?><?php continue 1?><?php }?><li class="tag-item list-group-item"><a style="margin-left:0px;"><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("Tag.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('NO_DELETE'=>true,'NO_EDIT'=>true), 0);?> </a></li><?php } ?><li class="dummyExistingTagElement tag-item list-group-item hide"><a style="margin-left:0px;"><?php $_smarty_tpl->tpl_vars['TAG_MODEL'] = new Smarty_variable(Vtiger_Tag_Model::getCleanInstance(), null, 0);?><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("Tag.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('NO_DELETE'=>true,'NO_EDIT'=>true), 0);?> </a></li><li class="tag-item list-group-item"><span class="noTagExistsPlaceHolder" style="padding:3px;color:#999"><?php echo vtranslate('LBL_NO_TAG_EXISTS',$_smarty_tpl->tpl_vars['MODULE']->value);?> </span></li></ul></div></div></div></div></div><div class=" col-lg-6 selectTagContainerborder"><div class="form-group"><label class="control-label"><?php echo vtranslate('LBL_CREATE_NEW_TAG',$_smarty_tpl->tpl_vars['MODULE']->value);?> </label><div><input name="createNewTag" value="" class="form-control" placeholder="<?php echo vtranslate('LBL_ENTER_TAG_NAME',$_smarty_tpl->tpl_vars['MODULE']->value);?> "/></div></div><div class="form-group"><div><div class="checkbox"><label><input type="hidden" name="visibility" value="<?php echo Vtiger_Tag_Model::PRIVATE_TYPE;?> "/><input type="checkbox" name="visibility" value="<?php echo Vtiger_Tag_Model::PUBLIC_TYPE;?> " /> <?php echo vtranslate('LBL_SHARE_TAGS',$_smarty_tpl->tpl_vars['MODULE']->value);?> </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><?php echo vtranslate('LBL_TAG_SEPARATOR_DESC',$_smarty_tpl->tpl_vars['MODULE']->value);?> </div><br><div><?php echo vtranslate('LBL_SHARED_TAGS_ACCESS',$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value);?> </div><br><div><?php echo vtranslate('LBL_GOTO_TAGS',$_smarty_tpl->tpl_vars['MODULE']->value);?> </div></div></div></div></div></div><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModalFooter.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?> </form></div></div></div><?php }} ?>
[+]
..
[-] f1848e9e1ff818e9ebcb697b1c6aff8c31f4611b.file.DetailViewPreProcess.tpl.php
[edit]
[-] e374ab4f36eec2a70d97eb42ee7cc0e5ff619cc7.file.ListViewRecordActions.tpl.php
[edit]
[-] 1824580c3183c7c2154aeada991fede7ba10e876.file.ListViewPreProcess.tpl.php
[edit]
[-] c7992daaccb5ae11a94f248f2f168813c8801889.file.QuickViewCommentsList.tpl.php
[edit]
[-] aaaa1736917d401875a20f957e1309619844fda0.file.IndexViewPreProcess.tpl.php
[edit]
[-] f025cd3d3cf48062397537ca87f19d648ea4bf36.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] 71f208e17da0f88646afd76d976c67617708cfa1.file.PreferenceDetailViewPreProcess.tpl.php
[edit]
[-] 5520dcecf25b5be809bdd0109cf2793b10e7e19c.file.Index.tpl.php
[edit]
[-] 386989c991d23d5020c769df1592fdaec2414ace.file.ExtensionModules.tpl.php
[edit]
[-] 8e8473343fba4842f10325f7c4a781f0db9bd7c3.file.ImportStatus.tpl.php
[edit]
[-] 1cacdde3a9d3fcf2135e88a383a208c7ea6f9256.file.ListViewQuickPreview.tpl.php
[edit]
[-] a58fc8a7eb0f7cf9448c397ec5c2fdb9cf24ed47.file.String.tpl.php
[edit]
[-] e3517c6dc5f69794ca29b7f28640b2fd9e7f23ad.file.DocumentsSummaryWidgetContents.tpl.php
[edit]
[-] be14331a036eb0b90ec1e0a587c81f8a80fe3aef.file.Percentage.tpl.php
[edit]
[-] 925cc1922343e1bde2f16ac6304e5215b5d2fff2.file.CalendarDetailViewHeader.tpl.php
[edit]
[-] be6885efcdbe0450f5a0b5465aa7540ecce5fe4f.file.Recurrence.tpl.php
[edit]
[-] 4b24b9b1ac03fea41ffcd9b714970a062e9b773f.file.LineItemsGroupTemplate.tpl.php
[edit]
[-] 24210a05883016b01394141d82bd97676c7a674f.file.Text.tpl.php
[edit]
[-] 3e8ae5e6b12b1376e24fcc365b990b0ea58e8e75.file.PickListValueByRole.tpl.php
[edit]
[-] 41baf629dc5453279173a4776b91052f0d5a1a3f.file.AddDashBoardTabForm.tpl.php
[edit]
[-] ba039e7b3d69f0681e7653d8d534a67bc2c0d832.file.OverlayEditView.tpl.php
[edit]
[-] 1e5250d2642e884fbe51d356f8bd41b48f4596d6.file.EditViewContents.tpl.php
[edit]
[-] b05a61b047b1c820197c663a07c6d9ef27fb1e50.file.RelatedList.tpl.php
[edit]
[-] 13f75b43c9312bc0e0510cfe10a97eaeac444b93.file.RelatedList.tpl.php
[edit]
[-] 6921b74010ce2ebcb34e1e56ff94c8c750f36c64.file.NotepadEditor.tpl.php
[edit]
[-] 8dd348ba1f312e98931198ffceaf0edc17a2ecd3.file.DashBoardContents.tpl.php
[edit]
[-] 3737d1069feb796d6a6e5391d1e24fb8333d6fa3.file.Header.tpl.php
[edit]
[-] ed6c31914708cd51454daa94aae5513e6293ab87.file.CustomRecordNumbering.tpl.php
[edit]
[-] cbef9a516e6c83d96185c1e91055d9454f045198.file.PhoneDetailView.tpl.php
[edit]
[-] 527a7c3a2b113ead46785eb49f0570bbfc46beb4.file.DetailView.tpl.php
[edit]
[-] 9d6e32b3a5b185788bbaec93c7fe286d21ca452b.file.Import_Result_Details.tpl.php
[edit]
[-] 669c329b13228e5e88f1c023d56d1883dea1d88f.file.UserSetup.tpl.php
[edit]
[-] 2d0860b489ff344165ef893d24b151038796e74c.file.ModuleHeader.tpl.php
[edit]
[-] fd45c84821fa70560d1d5d0895cc6b6c0f316742.file.ModuleHeader.tpl.php
[edit]
[-] 214dc650148a8adee2a8a8c0529d9d7e5e49683e.file.ImportStepThree.tpl.php
[edit]
[-] ab232bb07069fdb85644fb85cb898adfbf4d0252.file.Install.tpl.php
[edit]
[-] 8f20fa0051b2b50dd754e9aee11ebb5356eb83a5.file.OutgoingServerDetail.tpl.php
[edit]
[-] 61c10d195f1bc22decbabce6a83466b3ff9d7878.file.ConfigEditorEdit.tpl.php
[edit]
[-] 83147709902ba1c416532cde69cadcee3d96c195.file.FolderList.tpl.php
[edit]
[-] f4a9a97b644f51e8bc88ee6d86ab75d6b9a137fd.file.UserViewHeader.tpl.php
[edit]
[-] 0ab6081498e7d8a2305345b7c1509f28c2db8b52.file.ListColumnsEdit.tpl.php
[edit]
[-] 70ba01c3af46aa79c189558f420ba5d021b96dd0.file.ListViewRecordActions.tpl.php
[edit]
[-] d9b4cf80b26091a74d65ff686c7c2ad5f6dcef89.file.DetailViewSummaryContents.tpl.php
[edit]
[-] b1652760d868d892e7cd9d3ebc1a01965827f6da.file.Menubar.tpl.php
[edit]
[-] c3fefb4d651b8c0ab10cc5f7fe01b9d5115ba71d.file.TasksList.tpl.php
[edit]
[-] 9161b809439fe86b5aafe543dd30340918f49647.file.JSResources.tpl.php
[edit]
[-] 873b20c69c7491bbf6d4a9051a0a95941799fa34.file.AddActivityType.tpl.php
[edit]
[-] 8d909d1ead12266f8e345cc176201b380a727eb5.file.ListViewPreProcess.tpl.php
[edit]
[-] eda59f33afd30618ad6efe87d11799f20217a28c.file.HistoryContents.tpl.php
[edit]
[-] 4a96f3180bccb3c2a39ac123e6253282d2d5b660.file.CalendarSettings.tpl.php
[edit]
[-] 9f8116b2a461b000aafa71c6b8f5926dade4137b.file.DetailViewPostProcess.tpl.php
[edit]
[-] 0cbbd74677f09e433481ccfdb222abf8e92ef24b.file.FilelocationtypeFieldSearchView.tpl.php
[edit]
[-] 3d9e2a7e2019c3e48286d77ca6426e535d3a0651.file.DetailView.tpl.php
[edit]
[-] 198a998a64504f41e004d3c1335a727986dcb120.file.OverlayDetailView.tpl.php
[edit]
[-] c5b3db79a1ca273f5676e2cd12eed438eb3df0b0.file.EditView.tpl.php
[edit]
[-] 2b75040631f4ff487ad175a2c167ca155a772e0e.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] 7451d3ec25f29e7edff3ceb95fc632edbdece198.file.BooleanFieldSearchView.tpl.php
[edit]
[-] 477a1c8e2267556a42bbe318ffdea56d35ea4638.file.EditViewContents.tpl.php
[edit]
[-] a814bbe6ac1bb2e655bf04b5b4c42712e2a39248.file.PortalFields.tpl.php
[edit]
[-] 0add13937bcf2d6640384c258c1472dbe87d7011.file.DetailViewActions.tpl.php
[edit]
[-] bc0cf9e65a3ba34203c138c25e3c7cf062114d04.file.SummaryViewWidgets.tpl.php
[edit]
[-] a2a974f712674b88f7f5ed0536f45dbc5efd23b0.file.ModuleSummaryView.tpl.php
[edit]
[-] fabbf7b4aee409bdf3ffad9d6f246dc20f62facd.file.SidebarHeader.tpl.php
[edit]
[-] 191e3e7443f967746e05636cb816a40359e42a15.file.ListViewRecordActions.tpl.php
[edit]
[-] 2a0e17481ad2164125fce1fc6259502867c0503c.file.ImportDetails.tpl.php
[edit]
[-] a1b57cfdfb8a58dcc2b529a1d1fa15068f359567.file.Currency.tpl.php
[edit]
[-] 86f41911a8932a2660680322902e74872a45b5ec.file.SidebarHeader.tpl.php
[edit]
[-] 98171c363f6bb056fb19c9f1faf0b1638d257c26.file.ListViewPreProcess.tpl.php
[edit]
[-] a68acbaa8319a16027259e9a17be12b331109979.file.ListViewHeader.tpl.php
[edit]
[-] f9cea61b1186a09ecab747f28c3ce5657993194b.file.BooleanFieldSearchView.tpl.php
[edit]
[-] 211dcb4d7445f580fcc7ec393736c9d975eb4ddf.file.NoComments.tpl.php
[edit]
[-] 91d99987691b7c19dd3db6614145d8b7229a3954.file.Index.tpl.php
[edit]
[-] e6a136c65dfda37d687b9e99985a939c3584829e.file.DetailViewSummaryContents.tpl.php
[edit]
[-] 091f392ca48eb5b288ede92cea6f1b467620b824.file.SidebarHeader.tpl.php
[edit]
[-] dc602905e2d4df35c331aa9558bec459aafa9a65.file.Boolean.tpl.php
[edit]
[-] f8167f4de6f8591bd7e40bb46a24da0de259b42e.file.ModuleRelatedTabs.tpl.php
[edit]
[-] 53433c2132167a4812c1e122896fb2f6006dd681.file.AdvanceFilter.tpl.php
[edit]
[-] 423e1765a159f40f2d1787ea50d861b9140d571e.file.AdvanceFilterCondition.tpl.php
[edit]
[-] 1781186b45ed975481f65e3d7bda521f4ca940db.file.FolderOpen.tpl.php
[edit]
[-] 4f32146a76198ac959d71c534445c4f985ea6306.file.ListViewHeader.tpl.php
[edit]
[-] 286e1e3ca97fd5c8967b6f23f0bd1da86091f4bb.file.EditView.tpl.php
[edit]
[-] 9061c1e28750b999fd522704685142a67ea276cd.file.DetailViewSummaryContents.tpl.php
[edit]
[-] 076ab2a57e306bc82e019497b86559753bb6a15e.file.SidebarHeader.tpl.php
[edit]
[-] 4d69fe4b7efcfd96f9085104279f548c4c159aee.file.RecurrenceDetailView.tpl.php
[edit]
[-] d791912fa15fc6db5c7139a279e93576c465f6e5.file.UsersSidebar.tpl.php
[edit]
[-] c464d03cd1db2c11723e31697490a88ad234b588.file.SidebarHeader.tpl.php
[edit]
[-] 196927268b37df252540c5b29b039939df970873.file.ReminderDetailView.tpl.php
[edit]
[-] c2a0c2e104c42cec0b28f19a173e7ea91cfdd148.file.RulesList.tpl.php
[edit]
[-] 02688010df36846800331502631a94c6a421acc5.file.Password.tpl.php
[edit]
[-] 55f9131db6f4205fa530aff1fa9e002ea4d689b9.file.Popup.tpl.php
[edit]
[-] 005a20b1fde1668486a8ba204060acf6c59a7b86.file.ModuleHeader.tpl.php
[edit]
[-] 14736369e0fc3b341da43ad6ac4488a3af29fc16.file.ListViewQuickPreviewHeaderTitle.tpl.php
[edit]
[-] fad0801bcda02631fc0d2798c277268c327c09ef.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] 4dc2a65e9256640e4e4b433bfb2f3cae7211b84f.file.DetailViewActions.tpl.php
[edit]
[-] fe0c009a2e579179b03967ab3e098c73ef0ac100.file.PickListValueDetail.tpl.php
[edit]
[-] f5e21bba3e756e66c305cc8b1ab34feacca19da0.file.Step1.tpl.php
[edit]
[-] 8d23541533f0257d9988c628ad2c89c07c9a58fd.file.UserEditViewPreProcess.tpl.php
[edit]
[-] 2e5fd7dc5682aa1fed3d81e8d3e208b749a7ef92.file.PopupNavigation.tpl.php
[edit]
[-] 0ad7b353376fd354fd5fa1e663419c4bfc6b2194.file.ContactsSyncSettings.tpl.php
[edit]
[-] d30830dd8ffa328d27d95eb1e1bafd4e26728f4c.file.DetailViewSummaryContents.tpl.php
[edit]
[-] 4ae7a57b770a16d2e2bd6c55fc7e31d36f6f4a83.file.Step2.tpl.php
[edit]
[-] 959daed3ada2bc5dd4ab4e6042f5537e0b60817e.file.OverlayEditView.tpl.php
[edit]
[-] 520f31ee722f2ac6fe600fe36fe72e3b70a86c34.file.ImportStepTwo.tpl.php
[edit]
[-] f41175e8ee102dd29b8108ffb6eda9bd3d6c73a5.file.ModuleHeader.tpl.php
[edit]
[-] 891f4ac558a4d952b1148e186fc5f90974aafad4.file.ModuleHeader.tpl.php
[edit]
[-] 1e3fc7c260d14a6136c09fc1fce199b1e6121320.file.ListViewRecordActions.tpl.php
[edit]
[-] 1e499eb259b3087796e658638d69f669f578f7f5.file.ChargesAndItsTaxes.tpl.php
[edit]
[-] dca5142bd52ea1ab311f64186740f2554f4899a8.file.OwnerFieldSearchView.tpl.php
[edit]
[-] 2883dac8be6aa94ee8bd745109fda41dbdd82b83.file.File.tpl.php
[edit]
[-] b4f7c42f313cd08e3597d3411484aabee308ddf1.file.ListViewHeader.tpl.php
[edit]
[-] 4bad0a2aa05c124e79542ee19532a1b3e2f91b6a.file.BreadCrumbs.tpl.php
[edit]
[-] f15c54eef8ba657f79f8316a2e5d1e70af60f3e3.file.AccountHierarchy.tpl.php
[edit]
[-] a21df4f95589ccb3693fc20cb4c2e5a8ce0d6f6f.file.ListViewContents.tpl.php
[edit]
[-] 3262c3737878416b1e8284727522f11c62259c5c.file.DetailViewSummaryContents.tpl.php
[edit]
[-] a8ae42fb5419e696b71aadaa5ff52c5e2254ad84.file.EditRegion.tpl.php
[edit]
[-] 76b1b1406b2d44bff7761e55a656065ad9868b42.file.SidebarHeader.tpl.php
[edit]
[-] aad2ff866525c587205fda60e8c630f1d1912e2c.file.CalendarHeader.tpl.php
[edit]
[-] 5e244bacf0804618e59e59c00a0a049851223974.file.SidebarAppMenu.tpl.php
[edit]
[-] 2f27761cb197a15941368aaae0e7a915adf03e15.file.Phone.tpl.php
[edit]
[-] 8b5d11185ae27073268d8095ec194f63ae7f126e.file.DetailViewBlockView.tpl.php
[edit]
[-] f3a5826f7be322afff5a5821ad6d6fd3dcda5d1a.file.Number.tpl.php
[edit]
[-] 5be08732329056f877746b606165a72860a2fb21.file.ListViewRecordActions.tpl.php
[edit]
[-] eb65f5340ef6586b2881a3d7617523eb9437787a.file.SettingsShortCut.tpl.php
[edit]
[-] fc6d85d88afccf867b4cceb60e2a729401c19365.file.CalendarSettingsDetailView.tpl.php
[edit]
[-] a9145245a0a26ad4410f085ec7bcc4086f7b2c23.file.UserRole.tpl.php
[edit]
[-] 77276a1afc58a28998d7eec0dc035fd72bef47c7.file.WorkFlowConditions.tpl.php
[edit]
[-] fdce4c3808a82fd4bdf4eadd56e78c31d26231a4.file.MappingDetail.tpl.php
[edit]
[-] 5a6514186f97dd20905155f5a60b3b6e5ff98bce.file.CreateView.tpl.php
[edit]
[-] 97e3f49e5c6f157db6da85d058bfdd94515a43d5.file.PicklistColorMap.tpl.php
[edit]
[-] c80a897705232e3906868f1ce3fdd8533b7a9e0a.file.DetailViewFullContents.tpl.php
[edit]
[-] 26813a6a5175a0676fec2d0311d06519dbfa9687.file.AdvanceFilter.tpl.php
[edit]
[-] 95a4ee343a0d1b22a25e85669ac71123b52bc7a4.file.Index.tpl.php
[edit]
[-] ebf154ce5d4b30a3f2598a09486379f641792663.file.CalendarView.tpl.php
[edit]
[-] 0d32086846b88afc8f516ec996373c0b5b86b30b.file.TaskManagement.tpl.php
[edit]
[-] 6dba05d08ef41945eca2e251897f553ea0ae152b.file.EditTask.tpl.php
[edit]
[-] ecaf14d314c6b051500652b0cd7f8499904dbfb2.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] ad3f79b5a017de0b94620e232703879beb130f41.file.PopupEntries.tpl.php
[edit]
[-] 44f9e764798b47d1d5fc32751150d35f3fc19c12.file.SettingsMenuStart.tpl.php
[edit]
[-] c8fe94675a1d69e6e2b6d46b857917f5850e50c6.file.ActivityPicklistFieldSearchView.tpl.php
[edit]
[-] 98477c9c5f742032d30692ecbd0efa241b96a88d.file.FieldExpressions.tpl.php
[edit]
[-] a413887d07a937e682a34afbd1fb1abdae4dc44d.file.RecentComments.tpl.php
[edit]
[-] 1d4762fe123ec7be30ececa1bd71168a4f6ff2d5.file.SelectEmailFields.tpl.php
[edit]
[-] b5f90d32a3b467e230586b234b8cf5569d65af3b.file.Step1.tpl.php
[edit]
[-] 08c2bb4872dbd3b69d372fa1727c0a2567ab7309.file.ModuleSummaryView.tpl.php
[edit]
[-] 5e82854d9f2fb183ecfdf238cb65cd79fce0a163.file.ConfigEditorDetail.tpl.php
[edit]
[-] e02a7f92a8ebbe014a66f6233d6ebe3d7e991af8.file.ListViewFooter.tpl.php
[edit]
[-] 7b08df14935424d6cff6e889d1d3b282db1d78c4.file.map.tpl.php
[edit]
[-] cc4cd583d26591c662f81f2ef50b51f9af9d06bf.file.DetailViewSummaryContents.tpl.php
[edit]
[-] c9d1d979c6fe762ba0d40faee9ccd75d8e6b984e.file.MultiPicklist.tpl.php
[edit]
[-] 47a357067fa60ad0f0b17c2c272baa33cae63d45.file.CalendarDetailViewPreProcess.tpl.php
[edit]
[-] be81275cf375bd6fa534b39368ba13bb43fc253f.file.Owner.tpl.php
[edit]
[-] e39640ec21ad558b67a5ca4a917f9a1c3068607f.file.TaxRegions.tpl.php
[edit]
[-] a3abd549b7881d49cfd6c7a05fb536d5a4b1af1b.file.Login.tpl.php
[edit]
[-] 85a2a5de96694f6aeb37c823db698074dae8d888.file.ListViewFooter.tpl.php
[edit]
[-] 1dfed5269f0091291cf8ea53538f52eb86baeece.file.ProcessFlowConditions.tpl.php
[edit]
[-] 35af867a9a6d11c90d7f91a807632241c2cc0e20.file.GetPDFActions.tpl.php
[edit]
[-] 7816bfbd1bd1fae0357d46a02c2646cad8a62aac.file.WorkFlowTrigger.tpl.php
[edit]
[-] 5842594ecd027f3d6a24582e0bafd396f2d706fd.file.ModalHeader.tpl.php
[edit]
[-] ba09fbdf49eb12cf389004a5deacd1ea0f8c5bc1.file.Step5.tpl.php
[edit]
[-] cabb9383e9f17b8585e1dbc02516d6a9f17af896.file.EditView.tpl.php
[edit]
[-] 59de10808cd9c3ee176a09c6aeb60a1990fd3f86.file.DetailViewFullContents.tpl.php
[edit]
[-] 1a98bbfc9db7429f24109f550151c50f63c6d5ce.file.SettingsMenuEnd.tpl.php
[edit]
[-] e6f651afa0a07b8aa7b3649deed4524cd560cdef.file.ListViewRecordActions.tpl.php
[edit]
[-] 6fd8e749fde89d28204c3b8c6ae0bc72961f5ca2.file.FolderDrafts.tpl.php
[edit]
[-] 3657e8582053b249d0c6ac0927749ffe498ba67d.file.EditView.tpl.php
[edit]
[-] bd0b22b772dc5e1e9dcc6b90fa6c989648c4975c.file.ListViewRecordActions.tpl.php
[edit]
[-] 4e2e1245b49240f174db6a3554bd3727dce15358.file.ListViewHeader.tpl.php
[edit]
[-] 6dafc41e3737455ddf26fb4a8bbfae35bef08345.file.IndexPostProcess.tpl.php
[edit]
[-] 2389d1f22ab72814d13696d17252da51aba3deda.file.ModulePickListDetail.tpl.php
[edit]
[-] a2ec819e33bb73fae2db9db8ae00a20ccf230ffb.file.OutgoingServerEdit.tpl.php
[edit]
[-] fd1b81aa2935fe4297a72853053bcddceb87af61.file.EditView.tpl.php
[edit]
[-] df92f276a70249835bc4a5e21369912041c99139.file.ModuleHeader.tpl.php
[edit]
[-] 971f5841054f8215eb9c765f2c0373e9a627ef38.file.EditHeader.tpl.php
[edit]
[-] 94cd85b3d9cf01ab8426a42031c0d1b01d82d540.file.QuickCreate.tpl.php
[edit]
[-] b073449e2c028a0cf3c4259691c79d210bbcbc06.file.Index.tpl.php
[edit]
[-] 604bd39d63da09c5093a4e7c57fc4ea9213ac37d.file.DetailViewTagList.tpl.php
[edit]
[-] f05f416a19cd37ec1aa1b79807b72c5b2ba3f7c8.file.CalendarSettingsEditView.tpl.php
[edit]
[-] 4677689a5ce3e999264beb67963ec4f1f053a0d8.file.Import_Mapping.tpl.php
[edit]
[-] 4baf44b611f12ce0ee7c4d15b1e945e82abb730c.file.EmailRelatedList.tpl.php
[edit]
[-] e21c7779b1ae3e306f7c654b4cad8606c879e3a3.file.ModalPDFBreaklineContent.tpl.php
[edit]
[-] 842cc6579a6b9c33b45e73c45e35965d2b664b78.file.ListViewHeader.tpl.php
[edit]
[-] cda6cc77cb82d0265570a65fc4107a3468f97912.file.ModuleHeader.tpl.php
[edit]
[-] af3ca24eb613ad3a78249f0f6da166fc103ff72d.file.Text.tpl.php
[edit]
[-] 5b9a25bab2a183a57bf45f2a68a60b59f3341187.file.DetailViewBlockView.tpl.php
[edit]
[-] ccf3b402426beb3480b9f80c7de7fc021c658fc8.file.PopupContents.tpl.php
[edit]
[-] 7b912b461e16236579f9fd236b3cd0f5eb5a097d.file.FieldExpressions.tpl.php
[edit]
[-] 44a6ed12f1f5b5ddc3ba2f5281b57997b44f2d15.file.EditView.tpl.php
[edit]
[-] 6ec98b04ddc9568d19415f9daa8f8b189f638aa0.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] d90aeda1d7a2f92e626ae242f25d730d5ee07d7b.file.DetailViewPreProcess.tpl.php
[edit]
[-] 438033fdc9bb6b49cce95520f9551bb89556a275.file.ListViewContents.tpl.php
[edit]
[-] a63f7b8d0f19624fa35b874633477ab5a6b68ef6.file.ListViewContents.tpl.php
[edit]
[-] df5cfd32ba7682a64656a1b6af447441b5452d37.file.DetailViewSummaryContents.tpl.php
[edit]
[-] f906b9039e132fc53c5832c21fd1c736280aa0c7.file.TaxIndex.tpl.php
[edit]
[-] 0d9bcb9089ce3ed53150a429ca4c0299e3fcc75b.file.DuplicateHandling.tpl.php
[edit]
[-] f82dbf1257883a2b168ade2e198ea263a4b203c9.file.OpenTickets.tpl.php
[edit]
[-] e5a410a977744e9a93d3de7d985ee29421cac0c1.file.Rule.tpl.php
[edit]
[-] ce76144df8ae6a508f2c71c9a9926b974df70222.file.RecentActivities.tpl.php
[edit]
[-] dacb80a06c0040fc3a262be488240726413c5b90.file.ModuleSummaryView.tpl.php
[edit]
[-] 7ed8885dbe0ffdb6619303ec05dfba5becfcd7e6.file.ModalFooter.tpl.php
[edit]
[-] ac94c431957aba3a92073cb924277dcf35cb60d0.file.SalutationDetailView.tpl.php
[edit]
[-] 9e22be3b5f54bc8d1edb45d8cd04069e65526549.file.ComposeEmailForm.tpl.php
[edit]
[-] 638b5afb1c170650363f8ab309d5f69c25edffa8.file.ListViewRecordActions.tpl.php
[edit]
[-] b70ba604b5f6e326f92197a89b7d1d6869ad203b.file.ImportStepOne.tpl.php
[edit]
[-] 5241822aa8b06c262c95070ea1addf75d0f74062.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] adf1c0495bb6997bf4d43373c3ac80faebe59e1b.file.Sidebar.tpl.php
[edit]
[-] 9b412532c5340b267db35d1a8a38e1fa64b12228.file.ShowAllComments.tpl.php
[edit]
[-] 35c3d94e76739a996c94da81a9870b2c67e5bcd8.file.SidebarEssentials.tpl.php
[edit]
[-] 34f3d5cadb18a005946ccafce772b8c1016731c4.file.Export.tpl.php
[edit]
[-] 0cf403270e58df61209081b714521b469e2abe43.file.CompanyDetails.tpl.php
[edit]
[-] cd567ccb7dc9bd6595501f9166fc7b26f4b17eb5.file.QuickCreate.tpl.php
[edit]
[-] cecadef7039cd38722e2470882f970a62f56dda1.file.ImportUserModuleStep2.tpl.php
[edit]
[-] cf0c14c6561290945908ac8899fd5c733778fcd0.file.ImportResult.tpl.php
[edit]
[-] 5c7d95e62ad11b091b27239e1acf8664191e4fd7.file.DashBoardHeader.tpl.php
[edit]
[-] a2418a89d3512b77a2c2ff808c3d2c12d6963768.file.EditView.tpl.php
[edit]
[-] fa27a2aea5a4e5171d6be419f947813fe78631f2.file.ListViewPostProcess.tpl.php
[edit]
[-] 0d97c0ebcb24851fcce5637d3d1493098c9d1998.file.MoreCurrenciesList.tpl.php
[edit]
[-] 36e50d201199027c3dd9b2b1438dfc7b37af3449.file.DocumentsRelatedList.tpl.php
[edit]
[-] 9e16f76096277c95ae1bf3348e09888287e2da3e.file.DetailViewPreProcess.tpl.php
[edit]
[-] 334cb64cc3ddf4e211e7a34cfce540497ede6615.file.RoleTree.tpl.php
[edit]
[-] 988862e52667e3ef211e7ad4a6940f6aae323128.file.EditView.tpl.php
[edit]
[-] 9b5f4fa824e31c208ba9a00f38e3d5e0dd0720e8.file.index.tpl.php
[edit]
[-] 47f216c61682d6df6ba6f4a60373d468748968e5.file.ExtensionLogDetail.tpl.php
[edit]
[-] 0698f230a244387c3390c7d5e8ccb699d3fa6ccb.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] 4bddf4a9a50f93e2cbd60d0572b88b11811cabf0.file.SummaryViewWidgets.tpl.php
[edit]
[-] 98a661636f1562394770e5711f375de125270d66.file.SidebarEssentials.tpl.php
[edit]
[-] 1dc8eda6cb06fbb1cb3b6b9bef5d3242f471857e.file.PreferenceDetailViewHeader.tpl.php
[edit]
[-] 56fdfd67cbd789648c77d2652b88e93e2e7df351.file.DashBoardPreProcess.tpl.php
[edit]
[-] b978a2c8b853c016dfbd2e9790d6c6197c9f753c.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] c092fcdb3948a5a9cc3443c4a184402ec58d7ac4.file.ReportContents.tpl.php
[edit]
[-] c13acc6ec776c511c2e430ebfb255f3dd1776144.file.DetailViewFullContents.tpl.php
[edit]
[-] e8c0f2b2e2c47c75e84c790f22711dc7eeafcdc2.file.AdvanceFilter.tpl.php
[edit]
[-] d7f8f4a954cc541a047234c6b3cd35551a1f5580.file.ListViewFooter.tpl.php
[edit]
[-] ba67d77448f01cd9248f41948e5f92e080f915ab.file.UserRoleFieldSearchView.tpl.php
[edit]
[-] a5262d7dd07186379a767af13de55b0fadcbf169.file.EditViewContents.tpl.php
[edit]
[-] 8700c05781697029669fa4e6468e1f4af40d4578.file.ImportBasicStep.tpl.php
[edit]
[-] c5f62d8f63c8660b6f301f40caf078a0fe95dd23.file.SidebarEssentials.tpl.php
[edit]
[-] f100788066b19f51c8277a6d2b4c2b77cd37fd37.file.IndexViewPreProcess.tpl.php
[edit]
[-] 2dc86bbe504723269f3a7aa66e331545db52b854.file.DefaultValueUi.tpl.php
[edit]
[-] e737fbc4cab1a06e9d86ff327c0006429a2cb3f6.file.EditTax.tpl.php
[edit]
[-] 01201dc5dc89821df1a0bcd2e66d74ed6a122ccf.file.ListViewActions.tpl.php
[edit]
[-] 4fda0b7b7b7ca0ce9554d10024e5df5457316be5.file.Index.tpl.php
[edit]
[-] 2241a88a4c5589f288c059c513c119eb1f52ed9a.file.LineItemsContent.tpl.php
[edit]
[-] 7b4559d9d5f2663fc438799cc2d5dcb201e69455.file.Reference.tpl.php
[edit]
[-] 232a573184fa18977098db6da93bbe4ae8200c85.file.CustomerPortalDashboard.tpl.php
[edit]
[-] d0d04b3d2a5c6094b76e006c13583d08408c491b.file.DetailViewBlockView.tpl.php
[edit]
[-] c85b0866cbc6fdc4f6a87fbd054345611e6b268b.file.DetailView.tpl.php
[edit]
[-] 333d5a10d8e6e431da9c2fc52f8d063de7e5981f.file.ListViewPreProcess.tpl.php
[edit]
[-] 15d154ce9f61846ff826d0bb9a5de942b2bf8b31.file.EditView.tpl.php
[edit]
[-] 06c622df8b7c7641a27a992154fd0903d8a148df.file.FieldSearchView.tpl.php
[edit]
[-] 1f0a234b22a6fcedd01ddaacf762bbd7f023edc5.file.ImportUserModuleStep1.tpl.php
[edit]
[-] 002fdddfd89b95e856956034696b9ea713548047.file.ListViewRecordActions.tpl.php
[edit]
[-] 0904d013dd491f911ed3b6914de5fbed4dba018f.file.SidebarHeader.tpl.php
[edit]
[-] 50692dcf35a6dacef2fb6e3b73879944dda330dc.file.ExtensionSettings.tpl.php
[edit]
[-] 1d1b0574e2467d948c313fb3612729c751160cc0.file.ModuleSummaryView.tpl.php
[edit]
[-] bd43cc598baac8465123bca9e4fef55d6ea05cd7.file.ExtensionListLog.tpl.php
[edit]
[-] de61af46e4aa7aa553df7e25f13d8972b2ed1739.file.Step3.tpl.php
[edit]
[-] d3bde9eb5c7c0101093e36f7bd3ed5dcd1c03445.file.DateTime.tpl.php
[edit]
[-] bc784f959289788479027a82dfe68b40fa15c1c3.file.DetailViewFullContents.tpl.php
[edit]
[-] 56922f82f80d71a1d526a70bff82c1df6d41e614.file.ListRules.tpl.php
[edit]
[-] f3e65e84e2e161ce673f88ff11d2153bc29d25c2.file.InstallPreProcess.tpl.php
[edit]
[-] bd340f8d3b2432e13cdb0a1c16a73edb7ac56219.file.AdvanceFilterCondition.tpl.php
[edit]
[-] 906f2e3ba0e2c1f6f960e86ef873dd396104b38b.file.Import_Saved_Maps.tpl.php
[edit]
[-] 16a8b9d5ca9b9fc959308b41008b3a18dc1b0b0d.file.AddModule.tpl.php
[edit]
[-] b6661ec7c7a147d0625df8e46be59ca6ac837e7a.file.ListViewActions.tpl.php
[edit]
[-] 072b162320f49f333f4bfaa5459e3c244f651d05.file.DashboardFooterIcons.tpl.php
[edit]
[-] 0b3cf21400014db238c0a364832219865a4937a4.file.BundleCostView.tpl.php
[edit]
[-] 3f59d83b75115d855dda083d5681e89773416298.file.DetailViewSummaryContents.tpl.php
[edit]
[-] 935e831b98d49bbdd1179ac075a755d09c6b1903.file.EditViewContents.tpl.php
[edit]
[-] b3382da7afb91d3eeb8e839d53dc2031d3be55c2.file.AdvanceSearch.tpl.php
[edit]
[-] 6c7d0c50d31a3842e119559488b165daefd73569.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] cf9fa54efcc57cec609bbbc9f051c28b7132ef52.file.CalendarViewPreProcess.tpl.php
[edit]
[-] aa0ade2530ac7cf23d6f84bd0a88375cd0564123.file.Step4.tpl.php
[edit]
[-] 0c8142929ea0905ffb018fe00742d6897bec4c70.file.DashBoardWidgetContents.tpl.php
[edit]
[-] 5652dd04648697eb1dfc52acffac56c2bd7d6d57.file.DetailFree.tpl.php
[edit]
[-] 8bc471dfbd80551aaaa9e90f39ea4d80bbb55d51.file.Tag.tpl.php
[edit]
[-] bd43da50dcd72ed4e60c742f82056bb4ad821470.file.FieldCreate.tpl.php
[edit]
[-] ecd0a7e3ebd24e1dc67bbef08652821a90a710f5.file.CalendarSettingsEditView.tpl.php
[edit]
[-] eb5c2120472913e9c2518620e76d97b764fb92ce.file.ListPDFTemplatesContents.tpl.php
[edit]
[-] 6af0589e95455dc03ab4947ba42c91c35f6d1052.file.Import_Default_Values_Widget.tpl.php
[edit]
[-] 16f1b1f7952dee80d37e438d0c4854fa74d4dcc0.file.MultireferenceDetailView.tpl.php
[edit]
[-] f745ce9711f89c36954eed62872b09973e7d86a6.file.ListViewActions.tpl.php
[edit]
[-] 7a9d9ef8e9f758f5b3c39228e832c610ee0632f4.file.ModuleSummaryView.tpl.php
[edit]
[-] e19298954b330b42f415a22356025e4e7eae543f.file.ReportHeader.tpl.php
[edit]
[-] 8555fcf82caa972f5145a69fa35b04b1da16e6cc.file.DetailViewHeaderFieldsView.tpl.php
[edit]
[-] 5d7ce3df70a30c5d5c5e510aceccc2c3d90659ff.file.RuleEditView.tpl.php
[edit]
[-] f8d7af8926f9b5277a0d02b186918b821656072a.file.SummaryViewWidgets.tpl.php
[edit]
[-] 8c6a40d6a9adfea6133b90b7ad26200db632d936.file.CardSetupModals.tpl.php
[edit]
[-] b72c0ac1859bd138d9fe005a377c5c7adb2fb1a4.file.IndexViewPreProcess.tpl.php
[edit]
[-] 4f2468cd1c91c1771288ba081e6966be2fe34969.file.DateTime.tpl.php
[edit]
[-] 345ab82f1bfda971d310c539cc06e25a576a8a3e.file.ImportAdvanced.tpl.php
[edit]
[-] 91735952309f193146f60c9958c93a2e23b5c91c.file.DocumentsFileUpload.tpl.php
[edit]
[-] 48ec3cf0e17f48e5a4f6f72a74b178b42415039c.file.Picklist.tpl.php
[edit]
[-] 9bed9190738c98c691c0b8a6f70325891a186ded.file.Promotions.tpl.php
[edit]
[-] 61e58046c125ccc6e2614861d3b1f55113cef349.file.ListViewContents.tpl.php
[edit]
[-] 11087ca1a05666e3ef571a31752c6357570c8261.file.SummaryWidgets.tpl.php
[edit]
[-] 7aede723b566aad184377f5b16f019823021b923.file.DocumentsFolder.tpl.php
[edit]
[-] 4a93dba30fe30522fded4d4e43f41b5b5ce87018.file.CalendarActivities.tpl.php
[edit]
[-] f5f26290ef397a0c8ec3c7eee847ad998026053a.file.Image.tpl.php
[edit]
[-] 6298eca2eed716cf17d28ebbc34943a4daa02c6a.file.ListViewContents.tpl.php
[edit]
[-] 562a275cf18619882d738dbd927ad219d0fad8bc.file.Menubar.tpl.php
[edit]
[-] 8ad06b5a7fc71683b5ad6b38779eda1149bff7d7.file.CalendarSyncSettings.tpl.php
[edit]
[-] 956ff105f94cc7e910adc800e695224580de025f.file.TaskManagementEdit.tpl.php
[edit]
[-] f3b91f0079238054fe25f22572d3b824c3ee4dbe.file.Index.tpl.php
[edit]
[-] 681ba4f3c63cf4ded9ca6a61e8c693e6b865b570.file.EmailPreview.tpl.php
[edit]
[-] 0346dd49f117006ec4b32f8a81a69ade6b5ed79d.file.CommentsList.tpl.php
[edit]
[-] 58078ab80da2c5510167cf65ae04e3ef1537d2af.file.CurrencyListFieldSearchView.tpl.php
[edit]
[-] 4da4baaad6a22ddbba76eb6cd6c7cde5ca122530.file.AdvanceFilterCondition.tpl.php
[edit]
[-] 9940083704eaf123678beae0f337ab10ced29139.file.Comment.tpl.php
[edit]
[-] 63c4d0a0c857f1c2413acb52bc58f4ad55c023ca.file.Topbar.tpl.php
[edit]
[-] 70aab23746e027d0d16226120ce35599438d7d2d.file.Edit.tpl.php
[edit]
[-] df7cf9884e5a9fdf09ba990a51ec48442e0a63d1.file.RelatedList.tpl.php
[edit]
[-] f6001d96517d9a5f8290898050b122bd68723aeb.file.Time.tpl.php
[edit]
[-] 0731ae6fe89fe06c4921658eececa4fb283613c1.file.SummaryViewWidgets.tpl.php
[edit]
[-] 68275ffef62642ebb08282c0feefb5487c89f62a.file.OverlayDetailView.tpl.php
[edit]
[-] 7e2b1fce0b6d2bfaa57fa67b126d85d94c5e13fd.file.Pagination.tpl.php
[edit]
[-] 39e0b90308a3b6a9795d0227815d85f9f3da1192.file.Sidebar.tpl.php
[edit]
[-] e85e265862e4347ef7a61b678fb5ad9b971af489.file.CalendarActivitiesContents.tpl.php
[edit]
[-] b77353a9d8ca703e15039afef041deda4a393f0f.file.RelatedListHeader.tpl.php
[edit]
[-] 8a8cdbbb63deb538f9a3b157bb9c386c9d23522b.file.PickListFieldSearchView.tpl.php
[edit]
[-] d8f50ac898887dd3db97ee434b3189580284f5c4.file.Footer.tpl.php
[edit]
[-] b73c514ad5443982bbd58b92c45f37e93c78d31a.file.ProductTax.tpl.php
[edit]
[-] 73861a5933a9fd31918c3868387a55bfe6e6a325.file.QuickCreate.tpl.php
[edit]
[-] 9ced9b7f00bb7f3c922a14a683bfacd6378d9243.file.DetailViewFullContents.tpl.php
[edit]
[-] 94a443fbb28f04412ef0c078b88dd31f00f47246.file.StatusPickListFieldSearchView.tpl.php
[edit]
[-] f22691e41070302dcdcbd144c4dd6deb7d05c978.file.FileLocationType.tpl.php
[edit]
[-] c91e48f36f47a2fdaba649c65321f35e66e5117c.file.SidebarHeader.tpl.php
[edit]
[-] 5433f83bf51c7a00f453d0f1ab97bc65fd873912.file.ModuleHeader.tpl.php
[edit]
[-] 9ef6eeb29e1c7885c1625fa1dbcc40fa3679b1d0.file.ListViewFooter.tpl.php
[edit]
[-] 0ddf06e609e66c7ea451306e3614284cb50546d3.file.VTEmailTask.tpl.php
[edit]
[-] 8e68c024aeaf310421e66d23d8ebd6e30bd0572b.file.Step6.tpl.php
[edit]
[-] bc4e954ac388d5aa856bb31a7546ebe96aead77c.file.Menubar.tpl.php
[edit]
[-] 022f130271cfef28c844443c19bd4913fa89ad9f.file.TaskManagementContents.tpl.php
[edit]
[-] 569ee21f9ebd196f255804d5ba773fea78e815f4.file.DetailViewFullContents.tpl.php
[edit]
[-] cb4a6b99ce0628456353a4ebaea55f804bdf5448.file.DetailViewHeader.tpl.php
[edit]
[-] eadf83faf55410ce66bdb9b8c85a73ec4f125206.file.ModuleSummaryView.tpl.php
[edit]
[-] 7da005b4b84a3248d13cb0358d0168e25ba047e7.file.SummaryViewWidgets.tpl.php
[edit]
[-] a85bc7b95877e30e94cb23ba66d4d8cd1246ee08.file.Index.tpl.php
[edit]
[-] 091c19de29a8d708612b440d84b244cf6e9d0d0c.file.DocumentsFolderFieldSearchView.tpl.php
[edit]
[-] 197e5d9a55a8f4088a81e8d40d4ef9b14bbeaf91.file.IndexViewPreProcess.tpl.php
[edit]
[-] 57dae3e7a41016b0552a53adf3154727c3a31b8e.file.SummaryViewWidgets.tpl.php
[edit]
[-] 4a9732c224b87f8295e08001797baf3227890c50.file.SettingsMenuStart.tpl.php
[edit]
[-] 540cfbef501628b8b689166b59e61058c0101dae.file.EditViewContents.tpl.php
[edit]
[-] b145646952161e0ce2c965089615d024b0ae2822.file.Index.tpl.php
[edit]
[-] fd52a64909288aead39c7a01e7365040fd356ac8.file.AddTagUI.tpl.php
[edit]
[-] f15e6f235b62aea3ba10e93c36385e774f3f7020.file.SummaryWidgets.tpl.php
[edit]
[-] 02d9ec19267a1465d5422d4e251568eb678919a4.file.EditView.tpl.php
[edit]
[-] 0dfb14d03338e1b6e29bd353067c767971c7fb42.file.EditHeader.tpl.php
[edit]
[-] d9529d561c60a879aa9cba31602e9b6bfbbaef9c.file.Step3.tpl.php
[edit]
[-] a0cf03fe312e69a923437b06fc6159ceb87c343c.file.InstallPostProcess.tpl.php
[edit]
[-] bf9c50dea466d4da39757b8716fab193b8df582d.file.History.tpl.php
[edit]
[-] 97d26020fbb90e42e6e4e9439f6f8d90c61df54e.file.Reminder.tpl.php
[edit]
[-] 20c4260b7f41666f4953738a50aa681254ea38cf.file.Header.tpl.php
[edit]
[-] 2d0d1bf2a7e5cafa973513557d6a06a4428fe28b.file.DashBoardTabContents.tpl.php
[edit]
[-] 010af3106f6c3972f4d312261e0f1a6b01e5af38.file.SettingsMenuEnd.tpl.php
[edit]
[-] 31941c080bbf173e2f6ffb60b4e0733433c32968.file.ListViewRecordActions.tpl.php
[edit]
[-] b258d8cd3e7fa031230e44a8d551c1aa55a7b3fa.file.OperationNotPermitted.tpl.php
[edit]
[-] c3c15a8ed0df2ac8ed35aa3bc0e4a5e187dbbb01.file.Index.tpl.php
[edit]
[-] ee7f2d89775faa38e71323f7b2e14b58729f1726.file.Multireference.tpl.php
[edit]
[-] 8c269c5815bc1e623f479f093f96de33ea27fc4a.file.WidgetHeader.tpl.php
[edit]
[-] 510ab4e63d07eae4672e379d539d3009f12a207f.file.ListViewPostProcess.tpl.php
[edit]
[-] 6a9c5ab8474205e8b5aa7bd8516dab0ca799400f.file.DateFieldSearchView.tpl.php
[edit]
[-] 19d3f76b0926514c45b26161a5f5f3b1d7f79995.file.EditView.tpl.php
[edit]
[-] 1c2ce9a1710f685c04afc63b35e39c3bd0700f25.file.Text.tpl.php
[edit]
[-] a436af6dc792b50cca7d8820fcdf501d497b88b7.file.SettingsMenuStart.tpl.php
[edit]
[-] b703a67095e22eb33d4fe51400766382ee972be2.file.ListViewContents.tpl.php
[edit]
[-] b4cca72e4028b67a262f5c00888d3347e252d1e4.file.Step2.tpl.php
[edit]
[-] 4fffde06b47327372439713275126d52ca0e6988.file.PopupContents.tpl.php
[edit]
[-] b7f7c22c77df89bc910623a611b7759981a68af0.file.SharedCalendarView.tpl.php
[edit]
[-] c22b9fb488d2f058d48ee0a96a0a0806734485b3.file.OverlayEditView.tpl.php
[edit]
[-] af70e2b3413334ba8ce8323252af0c7136809e19.file.ListViewFooter.tpl.php
[edit]
[-] fc1e23a810484b86fc7a999df427f0f89caac775.file.Step7.tpl.php
[edit]
[-] 579014cdfc59cbb29984aa9706286e58bf14a33d.file.Menubar.tpl.php
[edit]
[-] d3ebd69b035f4b9f6720ca16dbb21c5f41e6c7d2.file.ModuleSummaryView.tpl.php
[edit]
[-] bede682fab91b606cf77dc3a9d8b216ce722c9ba.file.MassEditForm.tpl.php
[edit]
[-] 75be092cf187f975f5209d83a5568ab6b686380b.file.RelatedActivities.tpl.php
[edit]
[-] d621de603997be5e0136a6df2a36cc4dfbb08eba.file.LineItemsIndividualTemplate.tpl.php
[edit]
[-] 43876c6687e771fde03ea0f05f7bc613649fd94f.file.LineItemsEdit.tpl.php
[edit]
[-] e9e8341421e32fa6d2da9dd6107ceb28f75a8120.file.ListViewHeader.tpl.php
[edit]
[-] 153cc092b5656466cc99e4d785a8a1afc4b4f6c5.file.ListViewPostProcess.tpl.php
[edit]
[-] 226d867157da1f6efb4130dec799753119da8ce3.file.ModuleSummaryView.tpl.php
[edit]
[-] 23223a9c9318e74b5f1a7f58c0aa329c78dc1c77.file.ListViewRecordActions.tpl.php
[edit]
[-] 0b87d8b91cbf4dac1abcce31ef1d77f7d143b919.file.SidebarHeader.tpl.php
[edit]
[-] 3b831a1727be310ec1708c4eb725d3ed3e22e80d.file.DeleteView.tpl.php
[edit]
[-] f07650b4d6ae5e07e992758c8cbf0e226d23fec0.file.ListViewContents.tpl.php
[edit]
[-] a09ea9dfb1cdbf5cb5aef19953c7cee5af9a7718.file.GetPDFButtons.tpl.php
[edit]
[-] b4e63c69207821aad7bd311c713e4d9a22df3ce2.file.IndexViewPreProcess.tpl.php
[edit]
[-] 351a009fb88bb745333ad70da22f5af92fba895a.file.SummaryViewContents.tpl.php
[edit]
[-] 6afcead059f2142842ea65028ac615216f9f585d.file.Url.tpl.php
[edit]
[-] 2857b7c4d6761adab92dd3ec9067c27f5ec71fbf.file.ModuleHeader.tpl.php
[edit]
[-] 99c2c7641bf87d28733faf78f2db38c857522bf6.file.ListViewActions.tpl.php
[edit]
[-] c2231f6d0b0132decfe5c2050fcd7a2d6d5a6413.file.Boolean.tpl.php
[edit]
[-] f4d9c07b5ee1cd5434b0dbb6db5cd06ce40e0b0d.file.CalendarViewTypes.tpl.php
[edit]
[-] 5c67641dd534656b994c1f7886e943d92443125c.file.Date.tpl.php
[edit]
[-] 26a68612457ec7a44dcc5e2f2464c9be473c6605.file.ListContents.tpl.php
[edit]
[-] 0ff19cf31986bc1637dac799b914d74a18d2886b.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] de01ec3c19d7826d9aefd6180a15d9c3526c96d3.file.Email.tpl.php
[edit]
[-] 841fb25c03e0ba092acb056385205b26a40b8680.file.DetailViewHeaderTitle.tpl.php
[edit]
[-] 6122440f0df91ae2b94d3b770c37ad78ee4ef289.file.SettingsEdit.tpl.php
[edit]
[-] 60a50210ddba678acfc769290c2e54f608026bd9.file.Picklist.tpl.php
[edit]
[-] 5d207adb02feca376c5b08b7fffc92a87a66095e.file.ListViewContents.tpl.php
[edit]
[-] 39749ba16c7524bfb188a7a1a1646b39391f4b84.file.Menubar.tpl.php
[edit]
[-] 086c7cb2a675c12c4590a3ecb71c71c5da964aae.file.Salutation.tpl.php
[edit]
[-] 3e68af74db20c7f82913cb51e3933f5f02b9a198.file.CalendarSharedUsers.tpl.php
[edit]
[-] 06398d104b5953ce8c1de129c72390978a32a39b.file.SummaryViewWidgets.tpl.php
[edit]
[-] bc5fef0b931f054e548939a244ae30d22be9d472.file.SendEmailResult.tpl.php
[edit]
[-] e59761cd5ea1e9b11273571ebc3392f34c99feb1.file.InstallationLog.tpl.php
[edit]
[-] abe18b54a169d030e563cd43a16cbb1e97b3abf7.file.SidebarEssentials.tpl.php
[edit]
[-] a0e75bf045a2a2ba06c3dcf4600559a3a0efb95b.file.StringDetailView.tpl.php
[edit]
[-] a8b3eee214e53e0343b5268b8ddf7588d242e0ac.file.CreateDocument.tpl.php
[edit]
[-] ebdda84c1d27918a9ed6c8a5f487a8ccd1018cc3.file.CurrencyList.tpl.php
[edit]
[-] 931eaafebd020e1898b2a98acd78bc0772e8250a.file.DetailViewPreProcess.tpl.php
[edit]
[-] 958d370eab108a99ff8eafaf04dc9040b59c9cd2.file.UploadDocument.tpl.php
[edit]
[-] 13b00b6735b384ea5321195488e38f5b843edbbc.file.ListViewQuickPreviewSectionHeader.tpl.php
[edit]
[-] 12bbdb74d9c98b877e3719c5e712a98d42403152.file.DetailViewActions.tpl.php
[edit]
[-] c7c936d0e3d89801ca731fe43419adf2ddd8239b.file.OwnerFieldTaskSearchView.tpl.php
[edit]
[-] 5f38c75d32443d781b136ed6160cff8845ecd0cd.file.EditViewContents.tpl.php
[edit]
[-] cf761623a3b3dfb980cfa49141716b728df5a722.file.SystemSetup.tpl.php
[edit]
[-] a96a314ef2b722c3d7c7f0d5510845b71de581a0.file.FieldsList.tpl.php
[edit]
[-] 6b34b456ceca36c921a52c87ebb6df01b891b6a4.file.QuickCreate.tpl.php
[edit]
[-] 9bee055c3f82896afb5bb08a5a98491344d71518.file.LineItemsDetail.tpl.php
[edit]