Index: branches/5.2.x/core/units/spam_reports/spam_reports_config.php =================================================================== diff -u -N -r15012 -r15022 --- branches/5.2.x/core/units/spam_reports/spam_reports_config.php (.../spam_reports_config.php) (revision 15012) +++ branches/5.2.x/core/units/spam_reports/spam_reports_config.php (.../spam_reports_config.php) (revision 15022) @@ -31,10 +31,12 @@ 'spam_report_list' => Array ( 'prefixes' => Array ('spam-report_List'), 'format' => "!la_title_SpamReports!", + 'toolbar_buttons' => Array ('edit', 'delete', 'view'), ), 'spam_report_edit' => Array ( 'prefixes' => Array ('spam-report'), 'format' => "#spam-report_status# '#spam-report_titlefield#'", + 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'delete'), ), ),