Merge branch 'ent-9662-Restyling-fuentes-colores-botones' of brutus.artica.es:artica/pandorafms into ent-9662-Restyling-fuentes-colores-botones

This commit is contained in:
Jonathan 2023-03-01 12:15:08 +01:00
commit 0ebbf9f14f
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()