Merge branch 'ent-7242-cambio-iconos-vista-edicion-agentes' into 'develop'

restored bell and module icon with plus on agent edition view

See merge request artica/pandorafms!3988
This commit is contained in:
Daniel Rodriguez 2021-04-06 17:03:19 +00:00
commit 7756056755
1 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ if ($id_agente) {
// Module tab.
$moduletab['text'] = '<a href="index.php?sec=gagente&amp;sec2=godmode/agentes/configurar_agente&amp;tab=module&amp;id_agente='.$id_agente.'">'.html_print_image(
'images/module.png',
'images/gm_modules.png',
true,
[
'title' => __('Modules'),
@ -416,7 +416,7 @@ if ($id_agente) {
// Alert tab.
$alerttab['text'] = '<a href="index.php?sec=gagente&amp;sec2=godmode/agentes/configurar_agente&amp;tab=alert&amp;id_agente='.$id_agente.'">'.html_print_image(
'images/bell.png',
'images/gm_alerts.png',
true,
[
'title' => __('Alerts'),