Merge branch 'ent-13053-falta-icono-de-alerta-en-creacion-de-modulos-ya-existentes-wizards-agente' into 'develop'

Ent 13053 Falta icono de alerta en creación de módulos ya existentes wizards agente

See merge request artica/pandorafms!7025
This commit is contained in:
Jose Martin 2024-03-26 11:20:35 +00:00
commit 8d4d620f17

View File

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