PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Settings
/
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} <div class="container-fluid" id="ConfigEditorDetails"> {assign var=WIDTHTYPE value=$CURRENT_USER_MODEL->get('rowheight')} <div class="widget_header row-fluid"> <div class="span8"><h3>{vtranslate('LBL_CONFIG_EDITOR', $QUALIFIED_MODULE)}</h3></div> <div class="span4"> <div class="pull-right"> <button class="btn editButton" data-url='{$MODEL->getEditViewUrl()}' type="button" title="{vtranslate('LBL_EDIT', $QUALIFIED_MODULE)}"><strong>{vtranslate('LBL_EDIT', $QUALIFIED_MODULE)}</strong></button> </div> </div> </div> <hr> <div class="contents"> <table class="table table-bordered table-condensed themeTableColor"> <thead> <tr class="blockHeader"> <th colspan="2" class="{$WIDTHTYPE}"> <span class="alignMiddle">{vtranslate('LBL_CONFIG_FILE', $QUALIFIED_MODULE)}</span> </th> </tr> </thead> <tbody> {assign var=FIELD_DATA value=$MODEL->getViewableData()} {foreach key=FIELD_NAME item=FIELD_DETAILS from=$MODEL->getEditableFields()} <tr><td width="30%" class="{$WIDTHTYPE}"><label class="muted marginRight10px pull-right">{vtranslate($FIELD_DETAILS['label'], $QUALIFIED_MODULE)}</label></td> <td style="border-left: none;" class="{$WIDTHTYPE}"> <span>{if $FIELD_NAME == 'default_module'}{vtranslate($FIELD_DATA[$FIELD_NAME], $FIELD_DATA[$FIELD_NAME])} {else if $FIELD_DETAILS['fieldType'] == 'checkbox'}{vtranslate($FIELD_DATA[$FIELD_NAME], $QUALIFIED_MODULE)} {else}{$FIELD_DATA[$FIELD_NAME]}{/if} {if $FIELD_NAME == 'upload_maxsize'} {vtranslate('LBL_MB', $QUALIFIED_MODULE)}{/if}</span> </td></tr> {/foreach} </tbody> </table> </div> </div> {/strip}
[+]
..
[-] SettingsMenuEnd.tpl
[edit]
[-] Index.tpl
[edit]
[-] CompanyDetailsEdit.tpl
[edit]
[-] OutgoingServerDetail.tpl
[edit]
[-] ConfigEditorDetail.tpl
[edit]
[-] TaxIndex.tpl
[edit]
[-] ListView.tpl
[edit]
[-] CompanyDetails.tpl
[edit]
[-] OutgoingServerEdit.tpl
[edit]
[-] ReAlignSettingsShortCut.tpl
[edit]
[-] ListViewHeader.tpl
[edit]
[-] Sidebar.tpl
[edit]
[-] ListViewContents.tpl
[edit]
[-] ConfigEditorEdit.tpl
[edit]
[-] EditTax.tpl
[edit]
[-] UI5EmbedView.tpl
[edit]
[+]
resources
[-] Announcement.tpl
[edit]
[-] SummaryListView.tpl
[edit]
[-] SettingsShortCut.tpl
[edit]
[-] ModuleCustomNumberingInfo.tpl
[edit]
[-] SettingsMenuStart.tpl
[edit]
[-] TermsAndConditions.tpl
[edit]
[-] CustomRecordNumbering.tpl
[edit]