1), array("token" => "skip_login_help_dialog")); else $result_config = db_process_sql_insert ('tconfig', array ("value" => 1, "token" => "skip_login_help_dialog")); } return; } // Prints help dialog information echo '
'; echo '
'; echo '' . __('If this is your first time with Pandora FMS, we propose you a few links to learn more about Pandora FMS. Monitoring could be overhelm, but take your time to learn how to use the power of Pandora!') . ''; echo '
'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'; echo ''; echo '
'; echo '' . __('Online help') . ''; echo '
'; echo '
'; echo ''; echo ''; echo '
'; echo ''; echo ''; echo ''; echo ''; echo '
'; echo '' . __('Documentation') . ''; echo '
'; 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" style="width:100px;"'); echo '
'; echo '
'; echo '
'; ui_require_css_file ('dialog'); ui_require_jquery_file ('ui.core'); ui_require_jquery_file ('ui.dialog'); ui_require_jquery_file ('ui.draggable'); ?>