Unfortunately the customization is not upgrade safe.
You need to modify the function getMassUpdateForm this way:
PHP Code:
if($this->sugarbean->module_dir == 'Opportunities') {
$html.= 'your button customization';
} else {
$html .= "<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td style='padding-bottom: 2px;' class='listViewButtons'><input onclick='return sListView.send_mass_update(\"selected\", \"{$app_strings['LBL_LISTVIEW_NO_SELECTED']}\")' type='submit' id='update_button' name='Update' value='{$lang_update}' class='button'>";
}
Cheers
Bookmarks