Add php files

This commit is contained in:
2025-05-12 15:44:39 +00:00
parent c951760058
commit 82d5804ac4
9534 changed files with 2638137 additions and 0 deletions

13
modules/EcmAgreements/Menu.php Executable file
View File

@@ -0,0 +1,13 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
global $mod_strings, $current_user;
if(ACLController::checkAccess('EcmAgreements', "edit", true)) $module_menu [] = Array("index.php?module=".'EcmAgreements'."&action=EditView&return_module=".'EcmAgreements'."&return_action=DetailView", translate('LNK_NEW_'.'ECMQUOTE', 'EcmAgreements'),"CreateEcmAgreements", 'EcmAgreements');
if(ACLController::checkAccess('EcmAgreements', "list", true)) $module_menu [] = Array("index.php?module=EcmAgreements&action=index&return_module=EcmAgreements&return_action=DetailView", translate('LNK_ECMQUOTES_LIST','EcmAgreements'),"EcmAgreements", 'EcmAgreements');
if(ACLController::checkAccess('EcmAgreements', "list", true)) $module_menu [] = Array("index.php?module=EcmAgreements&action=AgreementTemplates", 'Edytor Szablonów',"EcmAgreements", 'Umowy');
?>