{*+********************************************************************************** * 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. ************************************************************************************} {* modules/Settings/ModuleManager/views/List.php *} {strip}

{vtranslate('LBL_MODULE_MANAGER', $QUALIFIED_MODULE)}

 

{assign var=COUNTER value=0} {foreach item=MODULE_MODEL key=MODULE_ID from=$ALL_MODULES} {assign var=MODULE_NAME value=$MODULE_MODEL->get('name')} {assign var=MODULE_ACTIVE value=$MODULE_MODEL->isActive()} {assign var=MODULE_LABEL value=vtranslate($MODULE_MODEL->get('label'), $MODULE_MODEL->get('name'))} {if $COUNTER eq 2} {assign var=COUNTER value=0} {/if} {/foreach}
isActive()}checked{/if} /> {if vimage_path($MODULE_NAME|cat:'.png') != false} {$MODULE_LABEL} {else} {$MODULE_LABEL} {/if}
{$MODULE_LABEL}
{assign var=SETTINGS_LINKS value=$MODULE_MODEL->getSettingLinks()} {if !in_array($MODULE_NAME, $RESTRICTED_MODULES_LIST) && (count($SETTINGS_LINKS) > 0)} {/if}
{assign var=COUNTER value=$COUNTER+1}
{/strip}