2014-02-19 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
79f2d4191c
commit
499a117319
|
@ -1,3 +1,8 @@
|
|||
2014-02-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/agentes/ver_agente.php: Fixed agent tooltip
|
||||
|
|
|
@ -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] .= ' <b>' . __('ID') . '</b> ' . $id_agent_module . ' ';
|
||||
|
||||
$table_simple->data[0][1] .= ' <a href="index.php?sec=gagente&tab=module&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&delete_module='.$id_agent_module.'"
|
||||
onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">';
|
||||
$table_simple->data[0][1] .= html_print_image ('images/cross.png', true,
|
||||
|
|
Loading…
Reference in New Issue