{*+********************************************************************************** * 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. ************************************************************************************} {literal} {/literal}
Settings Module Manager
 
{include file="SetMenu.tpl"}
Users {$MOD.LBL_SETTINGS} > {$MOD.LBL_CONFIG_EDITOR}
{$MOD.LBL_CONFIG_EDIT}


  {$MOD.LBL_CONFIG_FILE} {if $WARNING}
{$WARNING} {/if} 
 
{if $CONFIGREADER} {/if} {foreach item=CONFIGLINE from=$CONFIGREADER->getAll()} {if $CONFIGLINE->isViewable() || $CONFIGLINE->isEditable()} {assign var="VARMETA" value=$CONFIGLINE->meta()} {/if} {/foreach}
{$MOD.LBL_CONFIG_EDIT_CAUTION_INFO}{$MOD.LBL_DOUBLE_CHECK_INFO}
{if $VARMETA.label} {if $VARMETA.label == 'Helpdesk Support Email-Id'} {$VARMETA.label} {else} {$VARMETA.label} {/if} {else} {$CONFIGLINE->variableName()} {/if} {if $CONFIGLINE->isEditable()} {if $VARMETA.values} {else} {if $CONFIGLINE->variableName() == 'upload_maxsize'} {$MOD.LBL_MB} {else} {/if} {/if} {else} {$CONFIGLINE->variableValue()} {/if}