diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 23bdb79d82..a1fd3f18bf 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2474,17 +2474,15 @@ function ui_toggle($code, $name, $title='', $hidden_default=true, $return=false, // Generate unique Id $uniqid = uniqid(''); + $image_a = html_print_image('images/arrow_down_green.png', true, false, true); + $image_b = html_print_image('images/arrow_right_green.png', true, false, true); // Options if ($hidden_default) { $style = 'display:none'; - $image_a = html_print_image('images/down.png', true, false, true); - $image_b = html_print_image('images/go.png', true, false, true); - $original = 'images/go.png'; + $original = 'images/arrow_right_green.png'; } else { $style = ''; - $image_a = html_print_image('images/down.png', true, false, true); - $image_b = html_print_image('images/go.png', true, false, true); - $original = 'images/down.png'; + $original = 'images/arrow_down_green.png'; } // Link to toggle