restored bell and module icon with plus on agent edition view

This commit is contained in:
Calvo 2021-03-31 10:54:58 +02:00
parent 321fc8aa05
commit 8352e4d18d
1 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ if ($id_agente) {
// Module tab. // 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( $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, true,
[ [
'title' => __('Modules'), 'title' => __('Modules'),
@ -416,7 +416,7 @@ if ($id_agente) {
// Alert tab. // 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( $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, true,
[ [
'title' => __('Alerts'), 'title' => __('Alerts'),