Hi strongilis
You can create an extended layoutdefs for Leads (custom/Extension/modules/Leads/Ext/Layoutdefs/layoutdefs.ext.php) and modify the subpanel_name for Notes:
PHP Code:
<?php
$layout_defs['Leads']['subpanel_setup']['history']['collection_list']['notes']['subpanel_name'] = 'ForHistoryNoRemoveButton';
?>
So you can copy the file modules/Notes/metadata/subpanels/ForHistory.php and paste it to modules/Notes/metadata/subpanels/ForHistoryNoRemoveButton.php
Remove the defs:
PHP Code:
'remove_button'=>array(
'widget_class' => 'SubPanelRemoveButton',
'width' => '2%',
),
Then go to Admin -> Repair -> Rebuild Extension
Regards
Bookmarks