2010-05-04 Sergio Martin <sergio.martin@artica.es>

* godmode/agentes/agent_template.php: Fixed the
	link to edit module for bug: 2996521



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2665 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-05-04 15:17:38 +00:00
parent 780967a212
commit fd8f284aab
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-04 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/agent_template.php: Fixed the
link to edit module for bug: 2996521
2010-05-04 Sergio Martin <sergio.martin@artica.es>
* include/functions_reporting.php: Set style to

View File

@ -145,7 +145,8 @@ foreach ($result as $row) {
$data[2] = mb_substr ($row["descripcion"], 0, 60);
$data[3] = '<a href="index.php?sec=gagente&tab=module&sec2=godmode/agentes/configurar_agente&tab=template&id_agente='.$id_agente.'&delete_module='.$row["id_agente_modulo"].'"><img src="images/cross.png" border="0" alt="'.__('Delete').'" onclick="if (!confirm(\''.__('Are you sure?').'\')) return false;" /></a>&nbsp;';
$data[3] .= '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&tab=module&update_module='.$row["id_agente_modulo"].'&moduletype='.$row["id_modulo"].'#modules"><img src="images/config.png" border="0" alt="'.__('Update').'" /></a>';
$data[3] .= '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&tab=module&edit_module=1&id_agent_module='.$row["id_agente_modulo"].'"><img src="images/config.png" border="0" alt="'.__('Update').'" /></a>';
array_push ($table->data, $data);
}