From 548d050a0c159d82796f8564d2faf33fc068d5bd Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 19 Feb 2014 10:29:45 +0000 Subject: [PATCH] 2014-02-19 Miguel de Dios * godmode/agentes/module_manager_editor_common.php: added lost id of module, because the user needs for example the api calls. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../godmode/agentes/module_manager_editor_common.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c4e7e1bb2c..3fb7b1ea2d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-02-19 Miguel de Dios + + * godmode/agentes/module_manager_editor_common.php: added lost id + of module, because the user needs for example the api calls. + 2014-02-18 Juan Manuel Ramon * operation/agentes/ver_agente.php: Fixed agent tooltip diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 14be1cc4c9..096b62e299 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -132,6 +132,8 @@ $table_simple->data[0][1] = html_print_input_text_extended ('name', // io_safe_output($name), '', 45, 100, true, $disabledBecauseInPolicy); if (!empty($id_agent_module) && isset($id_agente)) { + $table_simple->data[0][1] .= ' ' . __('ID') . '  ' . $id_agent_module . ' '; + $table_simple->data[0][1] .= ' '; $table_simple->data[0][1] .= html_print_image ('images/cross.png', true,