{*+********************************************************************************** * 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/MenuEditor/views/Index.php *} {* START YOUR IMPLEMENTATION FROM BELOW. Use {debug} for information *} {assign var=APP_IMAGE_MAP value=Vtiger_MenuStructure_Model::getAppIcons()}

{vtranslate('LBL_INFO', $QUALIFIED_MODULE_NAME)}

{vtranslate('LBL_MENU_EDITOR_INFO', $QUALIFIED_MODULE_NAME)}

{assign var=APP_LIST value=Vtiger_MenuStructure_Model::getAppMenuList()} {foreach item=APP_IMAGE key=APP_NAME from=$APP_IMAGE_MAP name=APP_MAP} {if !in_array($APP_NAME, $APP_LIST)} {continue} {/if}
{foreach key=moduleName item=moduleModel from=$APP_MAPPED_MODULES[$APP_NAME]}
{/foreach}
{/foreach}