This commit is contained in:
Daniel Cebrian 2024-03-14 10:24:46 +01:00
parent 3546c39aef
commit 5f62f0351c
1 changed files with 5 additions and 2 deletions

View File

@ -1358,9 +1358,12 @@ class AgentWizard extends HTML
$table->rowstyle[$i] = 'color:#ccc;';
$data[0] .= ' ';
$data[0] .= html_print_image(
'images/alert-warning@svg.svg',
'images/info-warning.svg',
true,
['title' => $msgError]
[
'title' => $msgError,
'class' => 'main_menu_icon',
]
);
}