Merge branch 'ent-12175-fallo-visual-vista-tactica-eventos-recuperados' into 'develop'

Ent 12175 fallo visual vista tactica eventos recuperados

See merge request artica/pandorafms!6617
This commit is contained in:
Rafael Ameijeiras 2023-12-01 09:22:56 +00:00
commit c91d76706a
1 changed files with 0 additions and 11 deletions

View File

@ -2617,7 +2617,6 @@ function events_print_type_img(
$urlImage = ui_get_full_url(false);
$icon = '';
$style = 'main_menu_icon';
switch ($type) {
case 'alert_recovered':
$icon = 'images/alert_recovered@svg.svg';
@ -2683,16 +2682,6 @@ function events_print_type_img(
if ($only_url) {
$output = $urlImage.'/'.$icon;
} else {
/*
$output .= html_print_div(
[
'title' => events_print_type_description($type, true),
'class' => $style,
'style' => ((empty($icon) === false) ? 'background-image: url('.$icon.'); background-repeat: no-repeat;' : ''),
],
true
);
*/
$output .= html_print_image(
$icon,
true,