mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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:
commit
8d4d620f17
@ -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',
|
||||||
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user