Merge branch 'ent-13229-icono-de-ayuda-en-eventos-meta-no-se-ve' into 'develop'

Ent 13229 icono de ayuda en eventos meta no se ve

See merge request artica/pandorafms!7110
This commit is contained in:
Jose Martin 2024-04-02 07:55:12 +00:00
commit 8bc0be4a27

View File

@ -5407,7 +5407,7 @@ function ui_print_page_header(
if (is_metaconsole() === true) {
if ($help != '') {
$buffer .= "<div class='head_help'>".ui_print_help_icon($help, true, '', 'images/help_30.png').'</div>';
$buffer .= "<div class='head_help rounded-icon-header'>".ui_print_help_icon($help, true, '', 'images/help@header.svg').'</div>';
}
}