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:
commit
7756056755
|
@ -400,7 +400,7 @@ if ($id_agente) {
|
|||
|
||||
// Module tab.
|
||||
$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,
|
||||
[
|
||||
'title' => __('Modules'),
|
||||
|
@ -416,7 +416,7 @@ if ($id_agente) {
|
|||
|
||||
// Alert tab.
|
||||
$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,
|
||||
[
|
||||
'title' => __('Alerts'),
|
||||
|
|
Loading…
Reference in New Issue