restored bell and module icon with plus on agent edition view
This commit is contained in:
parent
321fc8aa05
commit
8352e4d18d
|
@ -400,7 +400,7 @@ if ($id_agente) {
|
||||||
|
|
||||||
// Module tab.
|
// Module tab.
|
||||||
$moduletab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente.'">'.html_print_image(
|
$moduletab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&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&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">'.html_print_image(
|
$alerttab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">'.html_print_image(
|
||||||
'images/bell.png',
|
'images/gm_alerts.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Alerts'),
|
'title' => __('Alerts'),
|
||||||
|
|
Loading…
Reference in New Issue