diff --git a/pandora_console/include/help/clippy/homepage.php b/pandora_console/include/help/clippy/homepage.php index 8ba7ac2f57..be52096875 100644 --- a/pandora_console/include/help/clippy/homepage.php +++ b/pandora_console/include/help/clippy/homepage.php @@ -55,12 +55,12 @@ function clippy_start_page_homepage() { $return_tours['tours']['homepage']['steps'][] = array( 'element'=> '#clippy', 'intro' => - '
'. + '
'. __('Hi, can I help you?') . '

' . __('Let me introduce my self: I am Pandorin, the annoying assistant of Pandora FMS. You can follow my steps to do basic tasks in Pandora FMS or you can close me and never see me again.') . '
' . '
' . - '
' . + '
' . html_print_checkbox_extended ('clippy_is_annoying', 1, $clippy_is_annoying, false, 'set_clippy_annoying()', '', true) . diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 2514e01abb..df3c7e8b19 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2892,6 +2892,10 @@ table#policy_modules td * { border-top-right-radius: 2px; } +.clippy_body { + color: black; +} + #dialog-double_auth-container { width: 100%; text-align: center;