You appear to be a bot. Output may be restricted
Description
Display the oik trace options page
Usage
bw_trace_options_do_page();
Parameters
Returns
voidSource
File name: oik-bwtrace/admin/oik-bwtrace.phpLines:
1 to 11 of 11
function bw_trace_options_do_page() { BW_::oik_menu_header( __( "trace options", "oik-bwtrace" ) ); BW_::oik_box( null, null, __( "Trace files", "oik-bwtrace" ), "oik_trace_files_options" ); BW_::oik_box( null, null, __( "Options", "oik-bwtrace" ), "oik_trace_options" ); BW_::oik_box( null, null, __( "Daily Trace Summary", "oik-bwtrace" ), "oik_trace_summary" ); BW_::oik_box( null, null, __( "Information", "oik-bwtrace" ), "oik_trace_info" ); BW_::oik_box( null, null, __( "Notes about oik trace", "oik-bwtrace" ), "oik_trace_notes" ); //BW_::oik_box( null, null, __( "Trace options and reset button", "oik-bwtrace" ), "oik_trace_reset_notes" ); oik_menu_footer(); bw_flush(); }View on GitHub View on Trac