diff --git a/pandora_console/images/feedback-header.png b/pandora_console/images/feedback-header.png new file mode 100644 index 0000000000..c77ff461e4 Binary files /dev/null and b/pandora_console/images/feedback-header.png differ diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index 0ccb8b4617..c5204328f3 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -409,15 +409,14 @@ class WelcomeWindow extends Wizard ], ], ], - /* - [ + [ 'wrapper' => 'div', 'block_id' => 'div_not_working', 'class' => 'flex-row w100p', 'direct' => 1, 'block_content' => [ [ - 'label' => __('If something is not working as expected... Report!'), + 'label' => __('If something is not working as expected, look for this icon and report!'), 'arguments' => [ 'class' => 'first_lbl', 'name' => 'lbl_not_working', @@ -425,16 +424,11 @@ class WelcomeWindow extends Wizard ], ], [ - 'arguments' => [ - 'label' => '', - 'type' => 'button', - 'attributes' => 'class="go pending '.$btn_create.'"', - 'name' => 'btn_not_working', - 'id' => 'btn_not_working', - ], + 'label' => html_print_image('images/feedback-header.png', true), + ], ], - ],*/ + ], ]; $output = $this->printForm(