How to remove buttons from shortcut in Calendar ?
Hi,
Does anyone knows how to remove buttons from shortcutmenu in Calendar module?
When i try to create menu.ext.php and save this in custom\Extension\modules\Calendar\Menus this doesn't seems to work..
This is my code;
PHP Code:
<?php
foreach($module_menu as $key => $menus_defs){
if($menus_defs[2] == 'CreateCalls'){
unset($module_menu[$key]);
}
if($menus_defs[2] == 'Calls'){
unset($module_menu[$key]);
}
}
?>
Hope someone can help me with this one. Thanks in advance.
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Bookmarks