SuiteCRM-Core/modules/jjwg_Address_Cache/Menu.php
Dillon-Brown 8e4cc94994 Squashed 'public/legacy/' content from commit 817a12dc0
git-subtree-dir: public/legacy
git-subtree-split: 817a12dc0c30c189f56d5cb1f7dc37a9631bdbe3
2021-03-31 15:37:32 +01:00

14 lines
978 B
PHP
Executable file

<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
if (ACLController::checkAccess('jjwg_Address_Cache', 'edit', true)) {
$module_menu[]=array("index.php?module=jjwg_Address_Cache&action=EditView&return_module=jjwg_Address_Cache&return_action=DetailView", $GLOBALS['mod_strings']['LNK_NEW_RECORD'],"Createjjwg_Address_Cache", 'jjwg_Address_Cache');
}
if (ACLController::checkAccess('jjwg_Address_Cache', 'list', true)) {
$module_menu[]=array("index.php?module=jjwg_Address_Cache&action=index&return_module=jjwg_Address_Cache&return_action=DetailView", $GLOBALS['mod_strings']['LNK_LIST'],"jjwg_Address_Cache", 'jjwg_Address_Cache');
}
if (ACLController::checkAccess('jjwg_Address_Cache', 'import', true)) {
$module_menu[]=array("index.php?module=Import&action=Step1&import_module=jjwg_Address_Cache&return_module=jjwg_Address_Cache&return_action=index", $GLOBALS['app_strings']['LBL_IMPORT'],"Import", 'jjwg_Address_Cache');
}