Update help tip icon

This commit is contained in:
Jose Gonzalez 2023-03-01 12:07:03 +01:00
parent fa354ff8e6
commit 63e05ff304
1 changed files with 2 additions and 1 deletions

View File

@ -2491,7 +2491,7 @@ function ui_print_session_action_icon($action, $return=false)
function ui_print_help_tip(
$text,
$return=false,
$img='images/tip_help.png',
$img='images/info@svg.svg',
$is_relative=false,
$style='',
$blink=false
@ -2503,6 +2503,7 @@ function ui_print_help_tip(
[
'title' => $text,
'class' => $blink === true ? 'blink' : '',
'style' => 'width: 16px; height: 16px;',
],
false,
$is_relative && is_metaconsole()