get_capability_row(lang_get('delete_issue'), 'delete_bug_threshold');
get_capability_row(lang_get('reopen_issue'), 'reopen_bug_threshold');
get_capability_boolean(lang_get('allow_reporter_reopen'), 'allow_reporter_reopen');
get_capability_enum(lang_get('reopen_status'), 'bug_reopen_status', 'status');
get_capability_enum(lang_get('reopen_resolution'), 'bug_reopen_resolution', 'resolution');
get_capability_enum(lang_get('resolved_status'), 'bug_resolved_status_threshold', 'status');
get_capability_enum(lang_get('readonly_status'), 'bug_readonly_status_threshold', 'status');
get_capability_row(lang_get('update_readonly_issues'), 'update_readonly_bug_threshold');
get_capability_row(lang_get('update_issue_status'), 'update_bug_status_threshold');
get_capability_row(lang_get('view_private_issues'), 'private_bug_threshold');
get_capability_row(lang_get('set_view_status'), 'set_view_status_threshold');
get_capability_row(lang_get('update_view_status'), 'change_view_status_threshold');
get_capability_row(lang_get('show_list_of_users_monitoring_issue'), 'show_monitor_list_threshold');
get_capability_boolean(lang_get('set_status_assigned'), 'auto_set_status_to_assigned');
get_capability_enum(lang_get('assigned_status'), 'bug_assigned_status', 'status');
get_capability_boolean(lang_get('limit_access'), 'limit_reporters', true);
get_section_end();
# Notes
get_section_begin_mcwt(lang_get('notes'));
get_capability_row(lang_get('add_notes'), 'add_bugnote_threshold');
get_capability_row(lang_get('edit_others_bugnotes'), 'update_bugnote_threshold');
get_capability_row(lang_get('edit_own_bugnotes'), 'bugnote_user_edit_threshold');
get_capability_row(lang_get('delete_others_bugnotes'), 'delete_bugnote_threshold');
get_capability_row(lang_get('delete_own_bugnotes'), 'bugnote_user_delete_threshold');
get_capability_row(lang_get('view_private_notes'), 'private_bugnote_threshold');
get_capability_row(lang_get('change_view_state_own_bugnotes'), 'bugnote_user_change_view_state_threshold');
get_section_end();
# Others
get_section_begin_mcwt(lang_get('others'));
get_capability_row(lang_get('view') . ' ' . lang_get('changelog_link'), 'view_changelog_threshold');
get_capability_row(lang_get('view') . ' ' . lang_get('assigned_to'), 'view_handler_threshold');
get_capability_enum(lang_get('readonly_status'), 'bug_readonly_status_threshold', 'status');
get_capability_row(lang_get('update_readonly_issues'), 'update_readonly_bug_threshold');
get_capability_row(lang_get('update_issue_status'), 'update_bug_status_threshold');
get_capability_row(lang_get('view_private_issues'), 'private_bug_threshold');
get_capability_row(lang_get('set_view_status'), 'set_view_status_threshold');
get_capability_row(lang_get('update_view_status'), 'change_view_status_threshold');
get_capability_row(lang_get('show_list_of_users_monitoring_issue'), 'show_monitor_list_threshold');
get_capability_boolean(lang_get('set_status_assigned'), 'auto_set_status_to_assigned');
get_capability_enum(lang_get('assigned_status'), 'bug_assigned_status', 'status');
get_capability_boolean(lang_get('limit_access'), 'limit_reporters', true);
get_section_end();
# Notes
get_section_begin(lang_get('notes'));
get_capability_row(lang_get('add_notes'), 'add_bugnote_threshold');
get_capability_row(lang_get('update_notes'), 'update_bugnote_threshold');
get_capability_boolean(lang_get('allow_user_edit'), 'bugnote_allow_user_edit_delete');
get_capability_row(lang_get('delete_note'), 'delete_bugnote_threshold');
get_capability_row(lang_get('view_private_notes'), 'private_bugnote_threshold');
get_section_end();
# Others
get_section_begin(lang_get('others'));
get_capability_row(lang_get('view') . ' ' . lang_get('changelog_link'), 'view_changelog_threshold');
get_capability_row(lang_get('view') . ' ' . lang_get('assigned_to'), 'view_handler_threshold');
get_capability_row(lang_get('view') . ' ' . lang_get('bug_history'), 'view_history_threshold');
get_capability_row(lang_get('send_reminders'), 'bug_reminder_threshold');
get_section_end();
if ($t_show_submit) {
    echo "<input type=\"submit\" class=\"button\" value=\"" . lang_get('change_configuration') . "\" />\n";
}
echo "</form>\n";
if ($t_show_submit && 0 < count($t_overrides)) {