1], ['token' => 'skip_login_help_dialog']); } else { $result_config = db_process_sql_insert('tconfig', ['value' => 1, 'token' => 'skip_login_help_dialog']); } } return; } // Prints help dialog information echo '
'; echo '
'; echo __( "If this is your first time using %s, we suggest a few links that'll help you learn more about the software. Monitoring can be overwhelming, but take your time to learn how to harness the power of %s!", get_product_name(), get_product_name() ); echo '
'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'; echo ''.html_print_image( 'images/online_help.png', true, [ 'alt' => __('Online help'), 'border' => 0, ] ).''; echo '
'; echo ''.__('Online help').''; echo '
'; echo ''.html_print_image( 'images/enterprise_version.png', true, [ 'alt' => __('Enterprise version'), 'border' => 0, ] ).''; echo '
'; echo ''.__('Enterprise version').''; echo '
'; echo ''.html_print_image( 'images/support.png', true, [ 'alt' => __('Support'), 'border' => 0, ] ).''; echo '
'; echo ''.__('Support').' / '.__('Forums').''; echo '
'; echo ''.html_print_image( 'images/documentation.png', true, [ 'alt' => __('Documentation'), 'border' => 0, ] ).''; echo '
'; echo ''.__('Documentation').''; echo '
'; echo '
'; echo '
'; echo '
'; html_print_checkbox('skip_login_help', 1, false, false, false, 'cursor: \'pointer\''); echo ' '.__("Click here to don't show again this message").''; echo '
'; echo '
'; html_print_submit_button('Ok', 'hide-login-help', false, 'class="ui-button-dialog ui-widget ui-state-default ui-corner-all ui-button-text-only sub ok" style="width:100px;"'); echo '
'; echo '
'; echo '
'; ?>